Shades of Neon Blue #595FED
Tints of Neon Blue #595FED
RGB
CMYK
RGB Variations
Color information
#595FED (or 0x595FED) is known color: Neon Blue. HEX triplet: 59, 5F and ED. RGB value is (89,95,237). Sum of RGB (Red+Green+Blue) = 89+95+237=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #595FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595FED is #A6A012. Grayscale: #6C6C6C. Windows color (decimal): -10919955 or 15556441. OLE color: 15556441.
HSL color Cylindrical-coordinate representation of color #595FED: hue angle of 237.57º 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 #595FED is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 95 | 237 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.07 |
| HSL | 237.57º | 0.8% | 0.64% | - |
| HSV(B) | 237.57º | 0.62% | 0.93% | - |
| XYZ | 23.5 | 16.42 | 82.05 | - |
| YUV | 109.39 | 200.01 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 237 | 0.62 | 0.60 | 0 | 0.07 | 237.57 | 0.8 | 0.64 |
| Hex | 59 | 5F | ED | 3E | 3C | 0 | 7 | EE | 50 | 40 |
| Octal | 131 | 137 | 355 | 76 | 74 | 0 | 7 | 356 | 120 | 100 |
| Binary | 1011001 | 1011111 | 11101101 | 111110 | 111100 | 0 | 111 | 11101110 | 1010000 | 1000000 |
Color Harmonies of #595FED
Complementary color
Monochromatic Colors of #595FED
Black with #595FED
Text Example
Text Example
White with #595FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FED; }
p { color: rgb(89,95,237); }
H1.HeaderClassName
{
color: #595FED;
}
.AnyTagClassName
{
color: #595FED;
}
</style>
background-color css
<style>
a { background-color: #595FED; }
a { background-color: rgb(89,95,237); }
div.DivClassName
{
background-color: #595FED;
}
.BgClassName
{
background-color: #595FED;
}
</style>
border-color css
<style>
span { border-color: #595FED; }
span { border-color: rgb(89,95,237); }
td.TdClassName
{
border-color: #595FED;
}
.TagClassName
{
border-color: #595FED;
}
</style>