Shades of Neon Blue #5142E9
Tints of Neon Blue #5142E9
RGB
CMYK
RGB Variations
Color information
#5142E9 (or 0x5142E9) is known color: Neon Blue. HEX triplet: 51, 42 and E9. RGB value is (81,66,233). Sum of RGB (Red+Green+Blue) = 81+66+233=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 233 (91.41% from 255 or 61.32% from 380); Max value from RGB is 233 - color contains mainly: blue. Hex color #5142E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5142E9 is #AEBD16. Grayscale: #585858. Windows color (decimal): -11451671 or 15286865. OLE color: 15286865.
HSL color Cylindrical-coordinate representation of color #5142E9: hue angle of 245.39º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5142E9 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 66 | 233 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.09 |
| HSL | 245.39º | 0.79% | 0.59% | - |
| HSV(B) | 245.39º | 0.72% | 0.91% | - |
| XYZ | 20.05 | 11.53 | 78.26 | - |
| YUV | 89.52 | 208.97 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 233 | 0.65 | 0.72 | 0 | 0.09 | 245.39 | 0.79 | 0.59 |
| Hex | 51 | 42 | E9 | 41 | 48 | 0 | 9 | F5 | 4F | 3B |
| Octal | 121 | 102 | 351 | 101 | 110 | 0 | 11 | 365 | 117 | 73 |
| Binary | 1010001 | 1000010 | 11101001 | 1000001 | 1001000 | 0 | 1001 | 11110101 | 1001111 | 111011 |
Color Harmonies of #5142E9
Complementary color
Monochromatic Colors of #5142E9
Black with #5142E9
Text Example
Text Example
White with #5142E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5142E9; }
p { color: rgb(81,66,233); }
H1.HeaderClassName
{
color: #5142E9;
}
.AnyTagClassName
{
color: #5142E9;
}
</style>
background-color css
<style>
a { background-color: #5142E9; }
a { background-color: rgb(81,66,233); }
div.DivClassName
{
background-color: #5142E9;
}
.BgClassName
{
background-color: #5142E9;
}
</style>
border-color css
<style>
span { border-color: #5142E9; }
span { border-color: rgb(81,66,233); }
td.TdClassName
{
border-color: #5142E9;
}
.TagClassName
{
border-color: #5142E9;
}
</style>