Shades of Neon Blue #595DEC
Tints of Neon Blue #595DEC
RGB
CMYK
RGB Variations
Color information
#595DEC (or 0x595DEC) is known color: Neon Blue. HEX triplet: 59, 5D and EC. RGB value is (89,93,236). Sum of RGB (Red+Green+Blue) = 89+93+236=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #595DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595DEC is #A6A213. Grayscale: #6B6B6B. Windows color (decimal): -10920468 or 15490393. OLE color: 15490393.
HSL color Cylindrical-coordinate representation of color #595DEC: hue angle of 238.37º degrees, saturation: 0.79, 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 #595DEC is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 93 | 236 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.07 |
| HSL | 238.37º | 0.79% | 0.64% | - |
| HSV(B) | 238.37º | 0.62% | 0.93% | - |
| XYZ | 23.17 | 16.01 | 81.23 | - |
| YUV | 108.11 | 200.17 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 236 | 0.62 | 0.61 | 0 | 0.07 | 238.37 | 0.79 | 0.64 |
| Hex | 59 | 5D | EC | 3E | 3D | 0 | 7 | EE | 4F | 40 |
| Octal | 131 | 135 | 354 | 76 | 75 | 0 | 7 | 356 | 117 | 100 |
| Binary | 1011001 | 1011101 | 11101100 | 111110 | 111101 | 0 | 111 | 11101110 | 1001111 | 1000000 |
Color Harmonies of #595DEC
Complementary color
Monochromatic Colors of #595DEC
Black with #595DEC
Text Example
Text Example
White with #595DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DEC; }
p { color: rgb(89,93,236); }
H1.HeaderClassName
{
color: #595DEC;
}
.AnyTagClassName
{
color: #595DEC;
}
</style>
background-color css
<style>
a { background-color: #595DEC; }
a { background-color: rgb(89,93,236); }
div.DivClassName
{
background-color: #595DEC;
}
.BgClassName
{
background-color: #595DEC;
}
</style>
border-color css
<style>
span { border-color: #595DEC; }
span { border-color: rgb(89,93,236); }
td.TdClassName
{
border-color: #595DEC;
}
.TagClassName
{
border-color: #595DEC;
}
</style>