Shades of Neon Blue #5152EA
Tints of Neon Blue #5152EA
RGB
CMYK
RGB Variations
Color information
#5152EA (or 0x5152EA) is known color: Neon Blue. HEX triplet: 51, 52 and EA. RGB value is (81,82,234). Sum of RGB (Red+Green+Blue) = 81+82+234=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #5152EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5152EA is #AEAD15. Grayscale: #626262. Windows color (decimal): -11447574 or 15356497. OLE color: 15356497.
HSL color Cylindrical-coordinate representation of color #5152EA: hue angle of 239.61º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5152EA is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 82 | 234 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.08 |
| HSL | 239.61º | 0.78% | 0.62% | - |
| HSV(B) | 239.61º | 0.65% | 0.92% | - |
| XYZ | 21.26 | 13.72 | 79.37 | - |
| YUV | 99.03 | 204.17 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 234 | 0.65 | 0.65 | 0 | 0.08 | 239.61 | 0.78 | 0.62 |
| Hex | 51 | 52 | EA | 41 | 41 | 0 | 8 | F0 | 4E | 3E |
| Octal | 121 | 122 | 352 | 101 | 101 | 0 | 10 | 360 | 116 | 76 |
| Binary | 1010001 | 1010010 | 11101010 | 1000001 | 1000001 | 0 | 1000 | 11110000 | 1001110 | 111110 |
Color Harmonies of #5152EA
Complementary color
Monochromatic Colors of #5152EA
Black with #5152EA
Text Example
Text Example
White with #5152EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5152EA; }
p { color: rgb(81,82,234); }
H1.HeaderClassName
{
color: #5152EA;
}
.AnyTagClassName
{
color: #5152EA;
}
</style>
background-color css
<style>
a { background-color: #5152EA; }
a { background-color: rgb(81,82,234); }
div.DivClassName
{
background-color: #5152EA;
}
.BgClassName
{
background-color: #5152EA;
}
</style>
border-color css
<style>
span { border-color: #5152EA; }
span { border-color: rgb(81,82,234); }
td.TdClassName
{
border-color: #5152EA;
}
.TagClassName
{
border-color: #5152EA;
}
</style>