Shades of Neon Blue #5158EF
Tints of Neon Blue #5158EF
RGB
CMYK
RGB Variations
Color information
#5158EF (or 0x5158EF) is known color: Neon Blue. HEX triplet: 51, 58 and EF. RGB value is (81,88,239). Sum of RGB (Red+Green+Blue) = 81+88+239=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #5158EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5158EF is #AEA710. Grayscale: #666666. Windows color (decimal): -11446033 or 15685713. OLE color: 15685713.
HSL color Cylindrical-coordinate representation of color #5158EF: hue angle of 237.34º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5158EF is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 88 | 239 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.06 |
| HSL | 237.34º | 0.83% | 0.63% | - |
| HSV(B) | 237.34º | 0.66% | 0.94% | - |
| XYZ | 22.46 | 14.96 | 83.37 | - |
| YUV | 103.12 | 204.68 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 239 | 0.66 | 0.63 | 0 | 0.06 | 237.34 | 0.83 | 0.63 |
| Hex | 51 | 58 | EF | 42 | 3F | 0 | 6 | ED | 53 | 3F |
| Octal | 121 | 130 | 357 | 102 | 77 | 0 | 6 | 355 | 123 | 77 |
| Binary | 1010001 | 1011000 | 11101111 | 1000010 | 111111 | 0 | 110 | 11101101 | 1010011 | 111111 |
Color Harmonies of #5158EF
Complementary color
Monochromatic Colors of #5158EF
Black with #5158EF
Text Example
Text Example
White with #5158EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5158EF; }
p { color: rgb(81,88,239); }
H1.HeaderClassName
{
color: #5158EF;
}
.AnyTagClassName
{
color: #5158EF;
}
</style>
background-color css
<style>
a { background-color: #5158EF; }
a { background-color: rgb(81,88,239); }
div.DivClassName
{
background-color: #5158EF;
}
.BgClassName
{
background-color: #5158EF;
}
</style>
border-color css
<style>
span { border-color: #5158EF; }
span { border-color: rgb(81,88,239); }
td.TdClassName
{
border-color: #5158EF;
}
.TagClassName
{
border-color: #5158EF;
}
</style>