Shades of Neon Blue #594DF9
Tints of Neon Blue #594DF9
RGB
CMYK
RGB Variations
Color information
#594DF9 (or 0x594DF9) is known color: Neon Blue. HEX triplet: 59, 4D and F9. RGB value is (89,77,249). Sum of RGB (Red+Green+Blue) = 89+77+249=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 249 (97.66% from 255 or 60% from 415); Max value from RGB is 249 - color contains mainly: blue. Hex color #594DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594DF9 is #A6B206. Grayscale: #636363. Windows color (decimal): -10924551 or 16338265. OLE color: 16338265.
HSL color Cylindrical-coordinate representation of color #594DF9: hue angle of 244.19º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594DF9 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 77 | 249 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.02 |
| HSL | 244.19º | 0.93% | 0.64% | - |
| HSV(B) | 244.19º | 0.69% | 0.98% | - |
| XYZ | 23.87 | 14.27 | 91.12 | - |
| YUV | 100.2 | 211.98 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 249 | 0.64 | 0.69 | 0 | 0.02 | 244.19 | 0.93 | 0.64 |
| Hex | 59 | 4D | F9 | 40 | 45 | 0 | 2 | F4 | 5D | 40 |
| Octal | 131 | 115 | 371 | 100 | 105 | 0 | 2 | 364 | 135 | 100 |
| Binary | 1011001 | 1001101 | 11111001 | 1000000 | 1000101 | 0 | 10 | 11110100 | 1011101 | 1000000 |
Color Harmonies of #594DF9
Complementary color
Monochromatic Colors of #594DF9
Black with #594DF9
Text Example
Text Example
White with #594DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DF9; }
p { color: rgb(89,77,249); }
H1.HeaderClassName
{
color: #594DF9;
}
.AnyTagClassName
{
color: #594DF9;
}
</style>
background-color css
<style>
a { background-color: #594DF9; }
a { background-color: rgb(89,77,249); }
div.DivClassName
{
background-color: #594DF9;
}
.BgClassName
{
background-color: #594DF9;
}
</style>
border-color css
<style>
span { border-color: #594DF9; }
span { border-color: rgb(89,77,249); }
td.TdClassName
{
border-color: #594DF9;
}
.TagClassName
{
border-color: #594DF9;
}
</style>