Shades of Neon Blue #595DE6
Tints of Neon Blue #595DE6
RGB
CMYK
RGB Variations
Color information
#595DE6 (or 0x595DE6) is known color: Neon Blue. HEX triplet: 59, 5D and E6. RGB value is (89,93,230). Sum of RGB (Red+Green+Blue) = 89+93+230=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #595DE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595DE6 is #A6A219. Grayscale: #6A6A6A. Windows color (decimal): -10920474 or 15097177. OLE color: 15097177.
HSL color Cylindrical-coordinate representation of color #595DE6: hue angle of 238.3º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #595DE6 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 93 | 230 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.10 |
| HSL | 238.3º | 0.74% | 0.63% | - |
| HSV(B) | 238.3º | 0.61% | 0.9% | - |
| XYZ | 22.32 | 15.67 | 76.71 | - |
| YUV | 107.42 | 197.17 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 230 | 0.61 | 0.60 | 0 | 0.10 | 238.3 | 0.74 | 0.63 |
| Hex | 59 | 5D | E6 | 3D | 3C | 0 | A | EE | 4A | 3F |
| Octal | 131 | 135 | 346 | 75 | 74 | 0 | 12 | 356 | 112 | 77 |
| Binary | 1011001 | 1011101 | 11100110 | 111101 | 111100 | 0 | 1010 | 11101110 | 1001010 | 111111 |
Color Harmonies of #595DE6
Complementary color
Monochromatic Colors of #595DE6
Black with #595DE6
Text Example
Text Example
White with #595DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DE6; }
p { color: rgb(89,93,230); }
H1.HeaderClassName
{
color: #595DE6;
}
.AnyTagClassName
{
color: #595DE6;
}
</style>
background-color css
<style>
a { background-color: #595DE6; }
a { background-color: rgb(89,93,230); }
div.DivClassName
{
background-color: #595DE6;
}
.BgClassName
{
background-color: #595DE6;
}
</style>
border-color css
<style>
span { border-color: #595DE6; }
span { border-color: rgb(89,93,230); }
td.TdClassName
{
border-color: #595DE6;
}
.TagClassName
{
border-color: #595DE6;
}
</style>