Shades of Neon Blue #595DED
Tints of Neon Blue #595DED
RGB
CMYK
RGB Variations
Color information
#595DED (or 0x595DED) is known color: Neon Blue. HEX triplet: 59, 5D and ED. RGB value is (89,93,237). Sum of RGB (Red+Green+Blue) = 89+93+237=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #595DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595DED is #A6A212. Grayscale: #6B6B6B. Windows color (decimal): -10920467 or 15555929. OLE color: 15555929.
HSL color Cylindrical-coordinate representation of color #595DED: hue angle of 238.38º 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 #595DED is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 93 | 237 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.07 |
| HSL | 238.38º | 0.8% | 0.64% | - |
| HSV(B) | 238.38º | 0.62% | 0.93% | - |
| XYZ | 23.32 | 16.07 | 81.99 | - |
| YUV | 108.22 | 200.67 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 237 | 0.62 | 0.61 | 0 | 0.07 | 238.38 | 0.8 | 0.64 |
| Hex | 59 | 5D | ED | 3E | 3D | 0 | 7 | EE | 50 | 40 |
| Octal | 131 | 135 | 355 | 76 | 75 | 0 | 7 | 356 | 120 | 100 |
| Binary | 1011001 | 1011101 | 11101101 | 111110 | 111101 | 0 | 111 | 11101110 | 1010000 | 1000000 |
Color Harmonies of #595DED
Complementary color
Monochromatic Colors of #595DED
Black with #595DED
Text Example
Text Example
White with #595DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DED; }
p { color: rgb(89,93,237); }
H1.HeaderClassName
{
color: #595DED;
}
.AnyTagClassName
{
color: #595DED;
}
</style>
background-color css
<style>
a { background-color: #595DED; }
a { background-color: rgb(89,93,237); }
div.DivClassName
{
background-color: #595DED;
}
.BgClassName
{
background-color: #595DED;
}
</style>
border-color css
<style>
span { border-color: #595DED; }
span { border-color: rgb(89,93,237); }
td.TdClassName
{
border-color: #595DED;
}
.TagClassName
{
border-color: #595DED;
}
</style>