Shades of Neon Blue #595DFF
Tints of Neon Blue #595DFF
RGB
CMYK
RGB Variations
Color information
#595DFF (or 0x595DFF) is known color: Neon Blue. HEX triplet: 59, 5D and FF. RGB value is (89,93,255). Sum of RGB (Red+Green+Blue) = 89+93+255=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #595DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595DFF is #A6A200. Grayscale: #6D6D6D. Windows color (decimal): -10920449 or 16735577. OLE color: 16735577.
HSL color Cylindrical-coordinate representation of color #595DFF: hue angle of 238.55º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #595DFF is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 93 | 255 | - |
| CMYK | 0.65 | 0.64 | 0 | 0 |
| HSL | 238.55º | 1% | 0.67% | - |
| HSV(B) | 238.55º | 0.65% | 1% | - |
| XYZ | 26.08 | 17.17 | 96.55 | - |
| YUV | 110.27 | 209.67 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 255 | 0.65 | 0.64 | 0 | 0 | 238.55 | 1 | 0.67 |
| Hex | 59 | 5D | FF | 41 | 40 | 0 | 0 | EF | 64 | 43 |
| Octal | 131 | 135 | 377 | 101 | 100 | 0 | 0 | 357 | 144 | 103 |
| Binary | 1011001 | 1011101 | 11111111 | 1000001 | 1000000 | 0 | 0 | 11101111 | 1100100 | 1000011 |
Color Harmonies of #595DFF
Complementary color
Monochromatic Colors of #595DFF
Black with #595DFF
Text Example
Text Example
White with #595DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DFF; }
p { color: rgb(89,93,255); }
H1.HeaderClassName
{
color: #595DFF;
}
.AnyTagClassName
{
color: #595DFF;
}
</style>
background-color css
<style>
a { background-color: #595DFF; }
a { background-color: rgb(89,93,255); }
div.DivClassName
{
background-color: #595DFF;
}
.BgClassName
{
background-color: #595DFF;
}
</style>
border-color css
<style>
span { border-color: #595DFF; }
span { border-color: rgb(89,93,255); }
td.TdClassName
{
border-color: #595DFF;
}
.TagClassName
{
border-color: #595DFF;
}
</style>