Shades of Neon Blue #5159ED
Tints of Neon Blue #5159ED
RGB
CMYK
RGB Variations
Color information
#5159ED (or 0x5159ED) is known color: Neon Blue. HEX triplet: 51, 59 and ED. RGB value is (81,89,237). Sum of RGB (Red+Green+Blue) = 81+89+237=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #5159ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5159ED is #AEA612. Grayscale: #666666. Windows color (decimal): -11445779 or 15554897. OLE color: 15554897.
HSL color Cylindrical-coordinate representation of color #5159ED: hue angle of 236.92º degrees, saturation: 0.81, 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 #5159ED is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 89 | 237 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.07 |
| HSL | 236.92º | 0.81% | 0.62% | - |
| HSV(B) | 236.92º | 0.66% | 0.93% | - |
| XYZ | 22.25 | 15.01 | 81.84 | - |
| YUV | 103.48 | 203.35 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 237 | 0.66 | 0.62 | 0 | 0.07 | 236.92 | 0.81 | 0.62 |
| Hex | 51 | 59 | ED | 42 | 3E | 0 | 7 | ED | 51 | 3E |
| Octal | 121 | 131 | 355 | 102 | 76 | 0 | 7 | 355 | 121 | 76 |
| Binary | 1010001 | 1011001 | 11101101 | 1000010 | 111110 | 0 | 111 | 11101101 | 1010001 | 111110 |
Color Harmonies of #5159ED
Complementary color
Monochromatic Colors of #5159ED
Black with #5159ED
Text Example
Text Example
White with #5159ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5159ED; }
p { color: rgb(81,89,237); }
H1.HeaderClassName
{
color: #5159ED;
}
.AnyTagClassName
{
color: #5159ED;
}
</style>
background-color css
<style>
a { background-color: #5159ED; }
a { background-color: rgb(81,89,237); }
div.DivClassName
{
background-color: #5159ED;
}
.BgClassName
{
background-color: #5159ED;
}
</style>
border-color css
<style>
span { border-color: #5159ED; }
span { border-color: rgb(81,89,237); }
td.TdClassName
{
border-color: #5159ED;
}
.TagClassName
{
border-color: #5159ED;
}
</style>