Shades of Neon Blue #594EEA
Tints of Neon Blue #594EEA
RGB
CMYK
RGB Variations
Color information
#594EEA (or 0x594EEA) is known color: Neon Blue. HEX triplet: 59, 4E and EA. RGB value is (89,78,234). Sum of RGB (Red+Green+Blue) = 89+78+234=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #594EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594EEA is #A6B115. Grayscale: #626262. Windows color (decimal): -10924310 or 15355481. OLE color: 15355481.
HSL color Cylindrical-coordinate representation of color #594EEA: hue angle of 244.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #594EEA is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 78 | 234 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.08 |
| HSL | 244.23º | 0.79% | 0.61% | - |
| HSV(B) | 244.23º | 0.67% | 0.92% | - |
| XYZ | 21.7 | 13.51 | 79.31 | - |
| YUV | 99.07 | 204.14 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 234 | 0.62 | 0.67 | 0 | 0.08 | 244.23 | 0.79 | 0.61 |
| Hex | 59 | 4E | EA | 3E | 43 | 0 | 8 | F4 | 4F | 3D |
| Octal | 131 | 116 | 352 | 76 | 103 | 0 | 10 | 364 | 117 | 75 |
| Binary | 1011001 | 1001110 | 11101010 | 111110 | 1000011 | 0 | 1000 | 11110100 | 1001111 | 111101 |
Color Harmonies of #594EEA
Complementary color
Monochromatic Colors of #594EEA
Black with #594EEA
Text Example
Text Example
White with #594EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594EEA; }
p { color: rgb(89,78,234); }
H1.HeaderClassName
{
color: #594EEA;
}
.AnyTagClassName
{
color: #594EEA;
}
</style>
background-color css
<style>
a { background-color: #594EEA; }
a { background-color: rgb(89,78,234); }
div.DivClassName
{
background-color: #594EEA;
}
.BgClassName
{
background-color: #594EEA;
}
</style>
border-color css
<style>
span { border-color: #594EEA; }
span { border-color: rgb(89,78,234); }
td.TdClassName
{
border-color: #594EEA;
}
.TagClassName
{
border-color: #594EEA;
}
</style>