Shades of Neon Blue #594DF5
Tints of Neon Blue #594DF5
RGB
CMYK
RGB Variations
Color information
#594DF5 (or 0x594DF5) is known color: Neon Blue. HEX triplet: 59, 4D and F5. RGB value is (89,77,245). Sum of RGB (Red+Green+Blue) = 89+77+245=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 245 (96.09% from 255 or 59.61% from 411); Max value from RGB is 245 - color contains mainly: blue. Hex color #594DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594DF5 is #A6B20A. Grayscale: #636363. Windows color (decimal): -10924555 or 16076121. OLE color: 16076121.
HSL color Cylindrical-coordinate representation of color #594DF5: hue angle of 244.29º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594DF5 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 77 | 245 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.04 |
| HSL | 244.29º | 0.89% | 0.63% | - |
| HSV(B) | 244.29º | 0.69% | 0.96% | - |
| XYZ | 23.26 | 14.02 | 87.87 | - |
| YUV | 99.74 | 209.98 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 245 | 0.64 | 0.69 | 0 | 0.04 | 244.29 | 0.89 | 0.63 |
| Hex | 59 | 4D | F5 | 40 | 45 | 0 | 4 | F4 | 59 | 3F |
| Octal | 131 | 115 | 365 | 100 | 105 | 0 | 4 | 364 | 131 | 77 |
| Binary | 1011001 | 1001101 | 11110101 | 1000000 | 1000101 | 0 | 100 | 11110100 | 1011001 | 111111 |
Color Harmonies of #594DF5
Complementary color
Monochromatic Colors of #594DF5
Black with #594DF5
Text Example
Text Example
White with #594DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DF5; }
p { color: rgb(89,77,245); }
H1.HeaderClassName
{
color: #594DF5;
}
.AnyTagClassName
{
color: #594DF5;
}
</style>
background-color css
<style>
a { background-color: #594DF5; }
a { background-color: rgb(89,77,245); }
div.DivClassName
{
background-color: #594DF5;
}
.BgClassName
{
background-color: #594DF5;
}
</style>
border-color css
<style>
span { border-color: #594DF5; }
span { border-color: rgb(89,77,245); }
td.TdClassName
{
border-color: #594DF5;
}
.TagClassName
{
border-color: #594DF5;
}
</style>