Shades of Neon Blue #595BED
Tints of Neon Blue #595BED
RGB
CMYK
RGB Variations
Color information
#595BED (or 0x595BED) is known color: Neon Blue. HEX triplet: 59, 5B and ED. RGB value is (89,91,237). Sum of RGB (Red+Green+Blue) = 89+91+237=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #595BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595BED is #A6A412. Grayscale: #6A6A6A. Windows color (decimal): -10920979 or 15555417. OLE color: 15555417.
HSL color Cylindrical-coordinate representation of color #595BED: hue angle of 239.19º 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 #595BED is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 91 | 237 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.07 |
| HSL | 239.19º | 0.8% | 0.64% | - |
| HSV(B) | 239.19º | 0.62% | 0.93% | - |
| XYZ | 23.15 | 15.72 | 81.94 | - |
| YUV | 107.05 | 201.34 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 237 | 0.62 | 0.62 | 0 | 0.07 | 239.19 | 0.8 | 0.64 |
| Hex | 59 | 5B | ED | 3E | 3E | 0 | 7 | EF | 50 | 40 |
| Octal | 131 | 133 | 355 | 76 | 76 | 0 | 7 | 357 | 120 | 100 |
| Binary | 1011001 | 1011011 | 11101101 | 111110 | 111110 | 0 | 111 | 11101111 | 1010000 | 1000000 |
Color Harmonies of #595BED
Complementary color
Monochromatic Colors of #595BED
Black with #595BED
Text Example
Text Example
White with #595BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BED; }
p { color: rgb(89,91,237); }
H1.HeaderClassName
{
color: #595BED;
}
.AnyTagClassName
{
color: #595BED;
}
</style>
background-color css
<style>
a { background-color: #595BED; }
a { background-color: rgb(89,91,237); }
div.DivClassName
{
background-color: #595BED;
}
.BgClassName
{
background-color: #595BED;
}
</style>
border-color css
<style>
span { border-color: #595BED; }
span { border-color: rgb(89,91,237); }
td.TdClassName
{
border-color: #595BED;
}
.TagClassName
{
border-color: #595BED;
}
</style>