Shades of Neon Blue #594AF9
Tints of Neon Blue #594AF9
RGB
CMYK
RGB Variations
Color information
#594AF9 (or 0x594AF9) is known color: Neon Blue. HEX triplet: 59, 4A and F9. RGB value is (89,74,249). Sum of RGB (Red+Green+Blue) = 89+74+249=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #594AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594AF9 is #A6B506. Grayscale: #616161. Windows color (decimal): -10925319 or 16337497. OLE color: 16337497.
HSL color Cylindrical-coordinate representation of color #594AF9: hue angle of 245.14º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #594AF9 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 74 | 249 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.02 |
| HSL | 245.14º | 0.94% | 0.63% | - |
| HSV(B) | 245.14º | 0.7% | 0.98% | - |
| XYZ | 23.67 | 13.86 | 91.05 | - |
| YUV | 98.44 | 212.97 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 249 | 0.64 | 0.70 | 0 | 0.02 | 245.14 | 0.94 | 0.63 |
| Hex | 59 | 4A | F9 | 40 | 46 | 0 | 2 | F5 | 5E | 3F |
| Octal | 131 | 112 | 371 | 100 | 106 | 0 | 2 | 365 | 136 | 77 |
| Binary | 1011001 | 1001010 | 11111001 | 1000000 | 1000110 | 0 | 10 | 11110101 | 1011110 | 111111 |
Color Harmonies of #594AF9
Complementary color
Monochromatic Colors of #594AF9
Black with #594AF9
Text Example
Text Example
White with #594AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594AF9; }
p { color: rgb(89,74,249); }
H1.HeaderClassName
{
color: #594AF9;
}
.AnyTagClassName
{
color: #594AF9;
}
</style>
background-color css
<style>
a { background-color: #594AF9; }
a { background-color: rgb(89,74,249); }
div.DivClassName
{
background-color: #594AF9;
}
.BgClassName
{
background-color: #594AF9;
}
</style>
border-color css
<style>
span { border-color: #594AF9; }
span { border-color: rgb(89,74,249); }
td.TdClassName
{
border-color: #594AF9;
}
.TagClassName
{
border-color: #594AF9;
}
</style>