Shades of Neon Blue #5251EC
Tints of Neon Blue #5251EC
RGB
CMYK
RGB Variations
Color information
#5251EC (or 0x5251EC) is known color: Neon Blue. HEX triplet: 52, 51 and EC. RGB value is (82,81,236). Sum of RGB (Red+Green+Blue) = 82+81+236=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #5251EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5251EC is #ADAE13. Grayscale: #626262. Windows color (decimal): -11382292 or 15487314. OLE color: 15487314.
HSL color Cylindrical-coordinate representation of color #5251EC: hue angle of 240.39º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5251EC is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 81 | 236 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.07 |
| HSL | 240.39º | 0.8% | 0.62% | - |
| HSV(B) | 240.39º | 0.66% | 0.93% | - |
| XYZ | 21.56 | 13.73 | 80.87 | - |
| YUV | 98.97 | 205.33 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 236 | 0.65 | 0.66 | 0 | 0.07 | 240.39 | 0.8 | 0.62 |
| Hex | 52 | 51 | EC | 41 | 42 | 0 | 7 | F0 | 50 | 3E |
| Octal | 122 | 121 | 354 | 101 | 102 | 0 | 7 | 360 | 120 | 76 |
| Binary | 1010010 | 1010001 | 11101100 | 1000001 | 1000010 | 0 | 111 | 11110000 | 1010000 | 111110 |
Color Harmonies of #5251EC
Complementary color
Monochromatic Colors of #5251EC
Black with #5251EC
Text Example
Text Example
White with #5251EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5251EC; }
p { color: rgb(82,81,236); }
H1.HeaderClassName
{
color: #5251EC;
}
.AnyTagClassName
{
color: #5251EC;
}
</style>
background-color css
<style>
a { background-color: #5251EC; }
a { background-color: rgb(82,81,236); }
div.DivClassName
{
background-color: #5251EC;
}
.BgClassName
{
background-color: #5251EC;
}
</style>
border-color css
<style>
span { border-color: #5251EC; }
span { border-color: rgb(82,81,236); }
td.TdClassName
{
border-color: #5251EC;
}
.TagClassName
{
border-color: #5251EC;
}
</style>