Shades of Neon Blue #594FF6
Tints of Neon Blue #594FF6
RGB
CMYK
RGB Variations
Color information
#594FF6 (or 0x594FF6) is known color: Neon Blue. HEX triplet: 59, 4F and F6. RGB value is (89,79,246). Sum of RGB (Red+Green+Blue) = 89+79+246=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 246 (96.48% from 255 or 59.42% from 414); Max value from RGB is 246 - color contains mainly: blue. Hex color #594FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594FF6 is #A6B009. Grayscale: #646464. Windows color (decimal): -10924042 or 16142169. OLE color: 16142169.
HSL color Cylindrical-coordinate representation of color #594FF6: hue angle of 243.59º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #594FF6 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 79 | 246 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.04 |
| HSL | 243.59º | 0.9% | 0.64% | - |
| HSV(B) | 243.59º | 0.68% | 0.96% | - |
| XYZ | 23.55 | 14.37 | 88.72 | - |
| YUV | 101.03 | 209.81 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 246 | 0.64 | 0.68 | 0 | 0.04 | 243.59 | 0.9 | 0.64 |
| Hex | 59 | 4F | F6 | 40 | 44 | 0 | 4 | F4 | 5A | 40 |
| Octal | 131 | 117 | 366 | 100 | 104 | 0 | 4 | 364 | 132 | 100 |
| Binary | 1011001 | 1001111 | 11110110 | 1000000 | 1000100 | 0 | 100 | 11110100 | 1011010 | 1000000 |
Color Harmonies of #594FF6
Complementary color
Monochromatic Colors of #594FF6
Black with #594FF6
Text Example
Text Example
White with #594FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594FF6; }
p { color: rgb(89,79,246); }
H1.HeaderClassName
{
color: #594FF6;
}
.AnyTagClassName
{
color: #594FF6;
}
</style>
background-color css
<style>
a { background-color: #594FF6; }
a { background-color: rgb(89,79,246); }
div.DivClassName
{
background-color: #594FF6;
}
.BgClassName
{
background-color: #594FF6;
}
</style>
border-color css
<style>
span { border-color: #594FF6; }
span { border-color: rgb(89,79,246); }
td.TdClassName
{
border-color: #594FF6;
}
.TagClassName
{
border-color: #594FF6;
}
</style>