Shades of Neon Blue #5152EF
Tints of Neon Blue #5152EF
RGB
CMYK
RGB Variations
Color information
#5152EF (or 0x5152EF) is known color: Neon Blue. HEX triplet: 51, 52 and EF. RGB value is (81,82,239). Sum of RGB (Red+Green+Blue) = 81+82+239=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #5152EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5152EF is #AEAD10. Grayscale: #626262. Windows color (decimal): -11447569 or 15684177. OLE color: 15684177.
HSL color Cylindrical-coordinate representation of color #5152EF: hue angle of 239.62º 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 #5152EF is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 82 | 239 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.06 |
| HSL | 239.62º | 0.83% | 0.63% | - |
| HSV(B) | 239.62º | 0.66% | 0.94% | - |
| XYZ | 21.99 | 14.02 | 83.21 | - |
| YUV | 99.6 | 206.67 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 239 | 0.66 | 0.66 | 0 | 0.06 | 239.62 | 0.83 | 0.63 |
| Hex | 51 | 52 | EF | 42 | 42 | 0 | 6 | F0 | 53 | 3F |
| Octal | 121 | 122 | 357 | 102 | 102 | 0 | 6 | 360 | 123 | 77 |
| Binary | 1010001 | 1010010 | 11101111 | 1000010 | 1000010 | 0 | 110 | 11110000 | 1010011 | 111111 |
Color Harmonies of #5152EF
Complementary color
Monochromatic Colors of #5152EF
Black with #5152EF
Text Example
Text Example
White with #5152EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5152EF; }
p { color: rgb(81,82,239); }
H1.HeaderClassName
{
color: #5152EF;
}
.AnyTagClassName
{
color: #5152EF;
}
</style>
background-color css
<style>
a { background-color: #5152EF; }
a { background-color: rgb(81,82,239); }
div.DivClassName
{
background-color: #5152EF;
}
.BgClassName
{
background-color: #5152EF;
}
</style>
border-color css
<style>
span { border-color: #5152EF; }
span { border-color: rgb(81,82,239); }
td.TdClassName
{
border-color: #5152EF;
}
.TagClassName
{
border-color: #5152EF;
}
</style>