Shades of Neon Blue #5247DE
Tints of Neon Blue #5247DE
RGB
CMYK
RGB Variations
Color information
#5247DE (or 0x5247DE) is known color: Neon Blue. HEX triplet: 52, 47 and DE. RGB value is (82,71,222). Sum of RGB (Red+Green+Blue) = 82+71+222=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #5247DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5247DE is #ADB821. Grayscale: #5A5A5A. Windows color (decimal): -11384866 or 14567250. OLE color: 14567250.
HSL color Cylindrical-coordinate representation of color #5247DE: hue angle of 244.37º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5247DE is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 71 | 222 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.13 |
| HSL | 244.37º | 0.7% | 0.57% | - |
| HSV(B) | 244.37º | 0.68% | 0.87% | - |
| XYZ | 18.92 | 11.57 | 70.34 | - |
| YUV | 91.5 | 201.64 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 222 | 0.63 | 0.68 | 0 | 0.13 | 244.37 | 0.7 | 0.57 |
| Hex | 52 | 47 | DE | 3F | 44 | 0 | D | F4 | 46 | 39 |
| Octal | 122 | 107 | 336 | 77 | 104 | 0 | 15 | 364 | 106 | 71 |
| Binary | 1010010 | 1000111 | 11011110 | 111111 | 1000100 | 0 | 1101 | 11110100 | 1000110 | 111001 |
Color Harmonies of #5247DE
Complementary color
Monochromatic Colors of #5247DE
Black with #5247DE
Text Example
Text Example
White with #5247DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5247DE; }
p { color: rgb(82,71,222); }
H1.HeaderClassName
{
color: #5247DE;
}
.AnyTagClassName
{
color: #5247DE;
}
</style>
background-color css
<style>
a { background-color: #5247DE; }
a { background-color: rgb(82,71,222); }
div.DivClassName
{
background-color: #5247DE;
}
.BgClassName
{
background-color: #5247DE;
}
</style>
border-color css
<style>
span { border-color: #5247DE; }
span { border-color: rgb(82,71,222); }
td.TdClassName
{
border-color: #5247DE;
}
.TagClassName
{
border-color: #5247DE;
}
</style>