Shades of Neon Blue #5152ED
Tints of Neon Blue #5152ED
RGB
CMYK
RGB Variations
Color information
#5152ED (or 0x5152ED) is known color: Neon Blue. HEX triplet: 51, 52 and ED. RGB value is (81,82,237). Sum of RGB (Red+Green+Blue) = 81+82+237=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #5152ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5152ED is #AEAD12. Grayscale: #626262. Windows color (decimal): -11447571 or 15553105. OLE color: 15553105.
HSL color Cylindrical-coordinate representation of color #5152ED: hue angle of 239.62º degrees, saturation: 0.81, 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 #5152ED is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 82 | 237 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.07 |
| HSL | 239.62º | 0.81% | 0.62% | - |
| HSV(B) | 239.62º | 0.66% | 0.93% | - |
| XYZ | 21.7 | 13.9 | 81.66 | - |
| YUV | 99.37 | 205.67 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 237 | 0.66 | 0.65 | 0 | 0.07 | 239.62 | 0.81 | 0.62 |
| Hex | 51 | 52 | ED | 42 | 41 | 0 | 7 | F0 | 51 | 3E |
| Octal | 121 | 122 | 355 | 102 | 101 | 0 | 7 | 360 | 121 | 76 |
| Binary | 1010001 | 1010010 | 11101101 | 1000010 | 1000001 | 0 | 111 | 11110000 | 1010001 | 111110 |
Color Harmonies of #5152ED
Complementary color
Monochromatic Colors of #5152ED
Black with #5152ED
Text Example
Text Example
White with #5152ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5152ED; }
p { color: rgb(81,82,237); }
H1.HeaderClassName
{
color: #5152ED;
}
.AnyTagClassName
{
color: #5152ED;
}
</style>
background-color css
<style>
a { background-color: #5152ED; }
a { background-color: rgb(81,82,237); }
div.DivClassName
{
background-color: #5152ED;
}
.BgClassName
{
background-color: #5152ED;
}
</style>
border-color css
<style>
span { border-color: #5152ED; }
span { border-color: rgb(81,82,237); }
td.TdClassName
{
border-color: #5152ED;
}
.TagClassName
{
border-color: #5152ED;
}
</style>