Shades of Neon Blue #5239DE
Tints of Neon Blue #5239DE
RGB
CMYK
RGB Variations
Color information
#5239DE (or 0x5239DE) is known color: Neon Blue. HEX triplet: 52, 39 and DE. RGB value is (82,57,222). Sum of RGB (Red+Green+Blue) = 82+57+222=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #5239DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5239DE is #ADC621. Grayscale: #525252. Windows color (decimal): -11388450 or 14563666. OLE color: 14563666.
HSL color Cylindrical-coordinate representation of color #5239DE: hue angle of 249.09º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5239DE is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 57 | 222 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.13 |
| HSL | 249.09º | 0.71% | 0.55% | - |
| HSV(B) | 249.09º | 0.74% | 0.87% | - |
| XYZ | 18.13 | 9.99 | 70.08 | - |
| YUV | 83.29 | 206.28 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 222 | 0.63 | 0.74 | 0 | 0.13 | 249.09 | 0.71 | 0.55 |
| Hex | 52 | 39 | DE | 3F | 4A | 0 | D | F9 | 47 | 37 |
| Octal | 122 | 71 | 336 | 77 | 112 | 0 | 15 | 371 | 107 | 67 |
| Binary | 1010010 | 111001 | 11011110 | 111111 | 1001010 | 0 | 1101 | 11111001 | 1000111 | 110111 |
Color Harmonies of #5239DE
Complementary color
Monochromatic Colors of #5239DE
Black with #5239DE
Text Example
Text Example
White with #5239DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5239DE; }
p { color: rgb(82,57,222); }
H1.HeaderClassName
{
color: #5239DE;
}
.AnyTagClassName
{
color: #5239DE;
}
</style>
background-color css
<style>
a { background-color: #5239DE; }
a { background-color: rgb(82,57,222); }
div.DivClassName
{
background-color: #5239DE;
}
.BgClassName
{
background-color: #5239DE;
}
</style>
border-color css
<style>
span { border-color: #5239DE; }
span { border-color: rgb(82,57,222); }
td.TdClassName
{
border-color: #5239DE;
}
.TagClassName
{
border-color: #5239DE;
}
</style>