Shades of Neon Blue #5247DF
Tints of Neon Blue #5247DF
RGB
CMYK
RGB Variations
Color information
#5247DF (or 0x5247DF) is known color: Neon Blue. HEX triplet: 52, 47 and DF. RGB value is (82,71,223). Sum of RGB (Red+Green+Blue) = 82+71+223=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #5247DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5247DF is #ADB820. Grayscale: #5B5B5B. Windows color (decimal): -11384865 or 14632786. OLE color: 14632786.
HSL color Cylindrical-coordinate representation of color #5247DF: hue angle of 244.34º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5247DF is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 71 | 223 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.13 |
| HSL | 244.34º | 0.7% | 0.58% | - |
| HSV(B) | 244.34º | 0.68% | 0.87% | - |
| XYZ | 19.05 | 11.63 | 71.05 | - |
| YUV | 91.62 | 202.14 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 223 | 0.63 | 0.68 | 0 | 0.13 | 244.34 | 0.7 | 0.58 |
| Hex | 52 | 47 | DF | 3F | 44 | 0 | D | F4 | 46 | 3A |
| Octal | 122 | 107 | 337 | 77 | 104 | 0 | 15 | 364 | 106 | 72 |
| Binary | 1010010 | 1000111 | 11011111 | 111111 | 1000100 | 0 | 1101 | 11110100 | 1000110 | 111010 |
Color Harmonies of #5247DF
Complementary color
Monochromatic Colors of #5247DF
Black with #5247DF
Text Example
Text Example
White with #5247DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5247DF; }
p { color: rgb(82,71,223); }
H1.HeaderClassName
{
color: #5247DF;
}
.AnyTagClassName
{
color: #5247DF;
}
</style>
background-color css
<style>
a { background-color: #5247DF; }
a { background-color: rgb(82,71,223); }
div.DivClassName
{
background-color: #5247DF;
}
.BgClassName
{
background-color: #5247DF;
}
</style>
border-color css
<style>
span { border-color: #5247DF; }
span { border-color: rgb(82,71,223); }
td.TdClassName
{
border-color: #5247DF;
}
.TagClassName
{
border-color: #5247DF;
}
</style>