Shades of Neon Blue #594EFF
Tints of Neon Blue #594EFF
RGB
CMYK
RGB Variations
Color information
#594EFF (or 0x594EFF) is known color: Neon Blue. HEX triplet: 59, 4E and FF. RGB value is (89,78,255). Sum of RGB (Red+Green+Blue) = 89+78+255=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #594EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594EFF is #A6B100. Grayscale: #646464. Windows color (decimal): -10924289 or 16731737. OLE color: 16731737.
HSL color Cylindrical-coordinate representation of color #594EFF: hue angle of 243.73º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594EFF is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 78 | 255 | - |
| CMYK | 0.65 | 0.69 | 0 | 0 |
| HSL | 243.73º | 1% | 0.65% | - |
| HSV(B) | 243.73º | 0.69% | 1% | - |
| XYZ | 24.89 | 14.79 | 96.15 | - |
| YUV | 101.47 | 214.64 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 255 | 0.65 | 0.69 | 0 | 0 | 243.73 | 1 | 0.65 |
| Hex | 59 | 4E | FF | 41 | 45 | 0 | 0 | F4 | 64 | 41 |
| Octal | 131 | 116 | 377 | 101 | 105 | 0 | 0 | 364 | 144 | 101 |
| Binary | 1011001 | 1001110 | 11111111 | 1000001 | 1000101 | 0 | 0 | 11110100 | 1100100 | 1000001 |
Color Harmonies of #594EFF
Complementary color
Monochromatic Colors of #594EFF
Black with #594EFF
Text Example
Text Example
White with #594EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594EFF; }
p { color: rgb(89,78,255); }
H1.HeaderClassName
{
color: #594EFF;
}
.AnyTagClassName
{
color: #594EFF;
}
</style>
background-color css
<style>
a { background-color: #594EFF; }
a { background-color: rgb(89,78,255); }
div.DivClassName
{
background-color: #594EFF;
}
.BgClassName
{
background-color: #594EFF;
}
</style>
border-color css
<style>
span { border-color: #594EFF; }
span { border-color: rgb(89,78,255); }
td.TdClassName
{
border-color: #594EFF;
}
.TagClassName
{
border-color: #594EFF;
}
</style>