Shades of Neon Blue #5155EF
Tints of Neon Blue #5155EF
RGB
CMYK
RGB Variations
Color information
#5155EF (or 0x5155EF) is known color: Neon Blue. HEX triplet: 51, 55 and EF. RGB value is (81,85,239). Sum of RGB (Red+Green+Blue) = 81+85+239=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #5155EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5155EF is #AEAA10. Grayscale: #646464. Windows color (decimal): -11446801 or 15684945. OLE color: 15684945.
HSL color Cylindrical-coordinate representation of color #5155EF: hue angle of 238.48º 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 #5155EF is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 85 | 239 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.06 |
| HSL | 238.48º | 0.83% | 0.63% | - |
| HSV(B) | 238.48º | 0.66% | 0.94% | - |
| XYZ | 22.22 | 14.48 | 83.28 | - |
| YUV | 101.36 | 205.67 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 239 | 0.66 | 0.64 | 0 | 0.06 | 238.48 | 0.83 | 0.63 |
| Hex | 51 | 55 | EF | 42 | 40 | 0 | 6 | EE | 53 | 3F |
| Octal | 121 | 125 | 357 | 102 | 100 | 0 | 6 | 356 | 123 | 77 |
| Binary | 1010001 | 1010101 | 11101111 | 1000010 | 1000000 | 0 | 110 | 11101110 | 1010011 | 111111 |
Color Harmonies of #5155EF
Complementary color
Monochromatic Colors of #5155EF
Black with #5155EF
Text Example
Text Example
White with #5155EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5155EF; }
p { color: rgb(81,85,239); }
H1.HeaderClassName
{
color: #5155EF;
}
.AnyTagClassName
{
color: #5155EF;
}
</style>
background-color css
<style>
a { background-color: #5155EF; }
a { background-color: rgb(81,85,239); }
div.DivClassName
{
background-color: #5155EF;
}
.BgClassName
{
background-color: #5155EF;
}
</style>
border-color css
<style>
span { border-color: #5155EF; }
span { border-color: rgb(81,85,239); }
td.TdClassName
{
border-color: #5155EF;
}
.TagClassName
{
border-color: #5155EF;
}
</style>