Shades of Neon Blue #5155E8
Tints of Neon Blue #5155E8
RGB
CMYK
RGB Variations
Color information
#5155E8 (or 0x5155E8) is known color: Neon Blue. HEX triplet: 51, 55 and E8. RGB value is (81,85,232). Sum of RGB (Red+Green+Blue) = 81+85+232=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 232 (91.02% from 255 or 58.29% from 398); Max value from RGB is 232 - color contains mainly: blue. Hex color #5155E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5155E8 is #AEAA17. Grayscale: #636363. Windows color (decimal): -11446808 or 15226193. OLE color: 15226193.
HSL color Cylindrical-coordinate representation of color #5155E8: hue angle of 238.41º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5155E8 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 85 | 232 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.09 |
| HSL | 238.41º | 0.77% | 0.61% | - |
| HSV(B) | 238.41º | 0.65% | 0.91% | - |
| XYZ | 21.21 | 14.07 | 77.94 | - |
| YUV | 100.56 | 202.17 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 232 | 0.65 | 0.63 | 0 | 0.09 | 238.41 | 0.77 | 0.61 |
| Hex | 51 | 55 | E8 | 41 | 3F | 0 | 9 | EE | 4D | 3D |
| Octal | 121 | 125 | 350 | 101 | 77 | 0 | 11 | 356 | 115 | 75 |
| Binary | 1010001 | 1010101 | 11101000 | 1000001 | 111111 | 0 | 1001 | 11101110 | 1001101 | 111101 |
Color Harmonies of #5155E8
Complementary color
Monochromatic Colors of #5155E8
Black with #5155E8
Text Example
Text Example
White with #5155E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5155E8; }
p { color: rgb(81,85,232); }
H1.HeaderClassName
{
color: #5155E8;
}
.AnyTagClassName
{
color: #5155E8;
}
</style>
background-color css
<style>
a { background-color: #5155E8; }
a { background-color: rgb(81,85,232); }
div.DivClassName
{
background-color: #5155E8;
}
.BgClassName
{
background-color: #5155E8;
}
</style>
border-color css
<style>
span { border-color: #5155E8; }
span { border-color: rgb(81,85,232); }
td.TdClassName
{
border-color: #5155E8;
}
.TagClassName
{
border-color: #5155E8;
}
</style>