Specifies a color by hue saturation and brightness.
Hue[h]
Hue[h, s, b]
Hue[h, s, b, a]
Hue["string"]
Hue[color]
Graphics[{Hue[1], Disk[]}]
→ -Graphics-Style[x ^ 2 + y ^ 2, Hue[5 / 6]]
→ x^2 + y^2Graphics3D[{Hue[1 / 3, 1, 1, .5], Sphere[]}]
→ -Graphics3D-