Shades of Neon Blue #5137EC
Tints of Neon Blue #5137EC
RGB
CMYK
RGB Variations
Color information
#5137EC (or 0x5137EC) is known color: Neon Blue. HEX triplet: 51, 37 and EC. RGB value is (81,55,236). Sum of RGB (Red+Green+Blue) = 81+55+236=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #5137EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5137EC is #AEC813. Grayscale: #525252. Windows color (decimal): -11454484 or 15480657. OLE color: 15480657.
HSL color Cylindrical-coordinate representation of color #5137EC: hue angle of 248.62º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5137EC is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 55 | 236 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.07 |
| HSL | 248.62º | 0.83% | 0.57% | - |
| HSV(B) | 248.62º | 0.77% | 0.93% | - |
| XYZ | 19.9 | 10.54 | 80.34 | - |
| YUV | 83.41 | 214.11 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 236 | 0.66 | 0.77 | 0 | 0.07 | 248.62 | 0.83 | 0.57 |
| Hex | 51 | 37 | EC | 42 | 4D | 0 | 7 | F9 | 53 | 39 |
| Octal | 121 | 67 | 354 | 102 | 115 | 0 | 7 | 371 | 123 | 71 |
| Binary | 1010001 | 110111 | 11101100 | 1000010 | 1001101 | 0 | 111 | 11111001 | 1010011 | 111001 |
Color Harmonies of #5137EC
Complementary color
Monochromatic Colors of #5137EC
Black with #5137EC
Text Example
Text Example
White with #5137EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5137EC; }
p { color: rgb(81,55,236); }
H1.HeaderClassName
{
color: #5137EC;
}
.AnyTagClassName
{
color: #5137EC;
}
</style>
background-color css
<style>
a { background-color: #5137EC; }
a { background-color: rgb(81,55,236); }
div.DivClassName
{
background-color: #5137EC;
}
.BgClassName
{
background-color: #5137EC;
}
</style>
border-color css
<style>
span { border-color: #5137EC; }
span { border-color: rgb(81,55,236); }
td.TdClassName
{
border-color: #5137EC;
}
.TagClassName
{
border-color: #5137EC;
}
</style>