Shades of Neon Blue #594FEF
Tints of Neon Blue #594FEF
RGB
CMYK
RGB Variations
Color information
#594FEF (or 0x594FEF) is known color: Neon Blue. HEX triplet: 59, 4F and EF. RGB value is (89,79,239). Sum of RGB (Red+Green+Blue) = 89+79+239=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #594FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594FEF is #A6B010. Grayscale: #636363. Windows color (decimal): -10924049 or 15683417. OLE color: 15683417.
HSL color Cylindrical-coordinate representation of color #594FEF: hue angle of 243.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #594FEF is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 79 | 239 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.06 |
| HSL | 243.75º | 0.83% | 0.62% | - |
| HSV(B) | 243.75º | 0.67% | 0.94% | - |
| XYZ | 22.5 | 13.95 | 83.17 | - |
| YUV | 100.23 | 206.31 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 239 | 0.63 | 0.67 | 0 | 0.06 | 243.75 | 0.83 | 0.62 |
| Hex | 59 | 4F | EF | 3F | 43 | 0 | 6 | F4 | 53 | 3E |
| Octal | 131 | 117 | 357 | 77 | 103 | 0 | 6 | 364 | 123 | 76 |
| Binary | 1011001 | 1001111 | 11101111 | 111111 | 1000011 | 0 | 110 | 11110100 | 1010011 | 111110 |
Color Harmonies of #594FEF
Complementary color
Monochromatic Colors of #594FEF
Black with #594FEF
Text Example
Text Example
White with #594FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594FEF; }
p { color: rgb(89,79,239); }
H1.HeaderClassName
{
color: #594FEF;
}
.AnyTagClassName
{
color: #594FEF;
}
</style>
background-color css
<style>
a { background-color: #594FEF; }
a { background-color: rgb(89,79,239); }
div.DivClassName
{
background-color: #594FEF;
}
.BgClassName
{
background-color: #594FEF;
}
</style>
border-color css
<style>
span { border-color: #594FEF; }
span { border-color: rgb(89,79,239); }
td.TdClassName
{
border-color: #594FEF;
}
.TagClassName
{
border-color: #594FEF;
}
</style>