Shades of Neon Blue #5B59EC
Tints of Neon Blue #5B59EC
RGB
CMYK
RGB Variations
Color information
#5B59EC (or 0x5B59EC) is known color: Neon Blue. HEX triplet: 5B, 59 and EC. RGB value is (91,89,236). Sum of RGB (Red+Green+Blue) = 91+89+236=416 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.88% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B59EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B59EC is #A4A613. Grayscale: #696969. Windows color (decimal): -10790420 or 15489371. OLE color: 15489371.
HSL color Cylindrical-coordinate representation of color #5B59EC: hue angle of 240.82º 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 #5B59EC is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 89 | 236 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.07 |
| HSL | 240.82º | 0.79% | 0.64% | - |
| HSV(B) | 240.82º | 0.62% | 0.93% | - |
| XYZ | 23.03 | 15.43 | 81.12 | - |
| YUV | 106.36 | 201.16 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 236 | 0.61 | 0.62 | 0 | 0.07 | 240.82 | 0.79 | 0.64 |
| Hex | 5B | 59 | EC | 3D | 3E | 0 | 7 | F1 | 4F | 40 |
| Octal | 133 | 131 | 354 | 75 | 76 | 0 | 7 | 361 | 117 | 100 |
| Binary | 1011011 | 1011001 | 11101100 | 111101 | 111110 | 0 | 111 | 11110001 | 1001111 | 1000000 |
Color Harmonies of #5B59EC
Complementary color
Monochromatic Colors of #5B59EC
Black with #5B59EC
Text Example
Text Example
White with #5B59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B59EC; }
p { color: rgb(91,89,236); }
H1.HeaderClassName
{
color: #5B59EC;
}
.AnyTagClassName
{
color: #5B59EC;
}
</style>
background-color css
<style>
a { background-color: #5B59EC; }
a { background-color: rgb(91,89,236); }
div.DivClassName
{
background-color: #5B59EC;
}
.BgClassName
{
background-color: #5B59EC;
}
</style>
border-color css
<style>
span { border-color: #5B59EC; }
span { border-color: rgb(91,89,236); }
td.TdClassName
{
border-color: #5B59EC;
}
.TagClassName
{
border-color: #5B59EC;
}
</style>