Shades of Neon Blue #595EED
Tints of Neon Blue #595EED
RGB
CMYK
RGB Variations
Color information
#595EED (or 0x595EED) is known color: Neon Blue. HEX triplet: 59, 5E and ED. RGB value is (89,94,237). Sum of RGB (Red+Green+Blue) = 89+94+237=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #595EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595EED is #A6A112. Grayscale: #6C6C6C. Windows color (decimal): -10920211 or 15556185. OLE color: 15556185.
HSL color Cylindrical-coordinate representation of color #595EED: hue angle of 237.97º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #595EED is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 94 | 237 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.07 |
| HSL | 237.97º | 0.8% | 0.64% | - |
| HSV(B) | 237.97º | 0.62% | 0.93% | - |
| XYZ | 23.41 | 16.24 | 82.02 | - |
| YUV | 108.81 | 200.34 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 237 | 0.62 | 0.60 | 0 | 0.07 | 237.97 | 0.8 | 0.64 |
| Hex | 59 | 5E | ED | 3E | 3C | 0 | 7 | EE | 50 | 40 |
| Octal | 131 | 136 | 355 | 76 | 74 | 0 | 7 | 356 | 120 | 100 |
| Binary | 1011001 | 1011110 | 11101101 | 111110 | 111100 | 0 | 111 | 11101110 | 1010000 | 1000000 |
Color Harmonies of #595EED
Complementary color
Monochromatic Colors of #595EED
Black with #595EED
Text Example
Text Example
White with #595EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EED; }
p { color: rgb(89,94,237); }
H1.HeaderClassName
{
color: #595EED;
}
.AnyTagClassName
{
color: #595EED;
}
</style>
background-color css
<style>
a { background-color: #595EED; }
a { background-color: rgb(89,94,237); }
div.DivClassName
{
background-color: #595EED;
}
.BgClassName
{
background-color: #595EED;
}
</style>
border-color css
<style>
span { border-color: #595EED; }
span { border-color: rgb(89,94,237); }
td.TdClassName
{
border-color: #595EED;
}
.TagClassName
{
border-color: #595EED;
}
</style>