Shades of Neon Blue #594EED
Tints of Neon Blue #594EED
RGB
CMYK
RGB Variations
Color information
#594EED (or 0x594EED) is known color: Neon Blue. HEX triplet: 59, 4E and ED. RGB value is (89,78,237). Sum of RGB (Red+Green+Blue) = 89+78+237=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #594EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594EED is #A6B112. Grayscale: #626262. Windows color (decimal): -10924307 or 15552089. OLE color: 15552089.
HSL color Cylindrical-coordinate representation of color #594EED: hue angle of 244.15º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #594EED is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 78 | 237 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.07 |
| HSL | 244.15º | 0.82% | 0.62% | - |
| HSV(B) | 244.15º | 0.67% | 0.93% | - |
| XYZ | 22.13 | 13.69 | 81.6 | - |
| YUV | 99.42 | 205.64 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 237 | 0.62 | 0.67 | 0 | 0.07 | 244.15 | 0.82 | 0.62 |
| Hex | 59 | 4E | ED | 3E | 43 | 0 | 7 | F4 | 52 | 3E |
| Octal | 131 | 116 | 355 | 76 | 103 | 0 | 7 | 364 | 122 | 76 |
| Binary | 1011001 | 1001110 | 11101101 | 111110 | 1000011 | 0 | 111 | 11110100 | 1010010 | 111110 |
Color Harmonies of #594EED
Complementary color
Monochromatic Colors of #594EED
Black with #594EED
Text Example
Text Example
White with #594EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594EED; }
p { color: rgb(89,78,237); }
H1.HeaderClassName
{
color: #594EED;
}
.AnyTagClassName
{
color: #594EED;
}
</style>
background-color css
<style>
a { background-color: #594EED; }
a { background-color: rgb(89,78,237); }
div.DivClassName
{
background-color: #594EED;
}
.BgClassName
{
background-color: #594EED;
}
</style>
border-color css
<style>
span { border-color: #594EED; }
span { border-color: rgb(89,78,237); }
td.TdClassName
{
border-color: #594EED;
}
.TagClassName
{
border-color: #594EED;
}
</style>