Shades of Neon Blue #5159EC
Tints of Neon Blue #5159EC
RGB
CMYK
RGB Variations
Color information
#5159EC (or 0x5159EC) is known color: Neon Blue. HEX triplet: 51, 59 and EC. RGB value is (81,89,236). Sum of RGB (Red+Green+Blue) = 81+89+236=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #5159EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5159EC is #AEA613. Grayscale: #666666. Windows color (decimal): -11445780 or 15489361. OLE color: 15489361.
HSL color Cylindrical-coordinate representation of color #5159EC: hue angle of 236.9º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5159EC is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 89 | 236 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.07 |
| HSL | 236.9º | 0.8% | 0.62% | - |
| HSV(B) | 236.9º | 0.66% | 0.93% | - |
| XYZ | 22.11 | 14.95 | 81.08 | - |
| YUV | 103.37 | 202.85 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 236 | 0.66 | 0.62 | 0 | 0.07 | 236.9 | 0.8 | 0.62 |
| Hex | 51 | 59 | EC | 42 | 3E | 0 | 7 | ED | 50 | 3E |
| Octal | 121 | 131 | 354 | 102 | 76 | 0 | 7 | 355 | 120 | 76 |
| Binary | 1010001 | 1011001 | 11101100 | 1000010 | 111110 | 0 | 111 | 11101101 | 1010000 | 111110 |
Color Harmonies of #5159EC
Complementary color
Monochromatic Colors of #5159EC
Black with #5159EC
Text Example
Text Example
White with #5159EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5159EC; }
p { color: rgb(81,89,236); }
H1.HeaderClassName
{
color: #5159EC;
}
.AnyTagClassName
{
color: #5159EC;
}
</style>
background-color css
<style>
a { background-color: #5159EC; }
a { background-color: rgb(81,89,236); }
div.DivClassName
{
background-color: #5159EC;
}
.BgClassName
{
background-color: #5159EC;
}
</style>
border-color css
<style>
span { border-color: #5159EC; }
span { border-color: rgb(81,89,236); }
td.TdClassName
{
border-color: #5159EC;
}
.TagClassName
{
border-color: #5159EC;
}
</style>