Shades of Neon Blue #5238EC
Tints of Neon Blue #5238EC
RGB
CMYK
RGB Variations
Color information
#5238EC (or 0x5238EC) is known color: Neon Blue. HEX triplet: 52, 38 and EC. RGB value is (82,56,236). Sum of RGB (Red+Green+Blue) = 82+56+236=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #5238EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5238EC is #ADC713. Grayscale: #535353. Windows color (decimal): -11388692 or 15480914. OLE color: 15480914.
HSL color Cylindrical-coordinate representation of color #5238EC: hue angle of 248.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5238EC is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 56 | 236 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.07 |
| HSL | 248.67º | 0.83% | 0.57% | - |
| HSV(B) | 248.67º | 0.76% | 0.93% | - |
| XYZ | 20.03 | 10.68 | 80.36 | - |
| YUV | 84.29 | 213.61 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 236 | 0.65 | 0.76 | 0 | 0.07 | 248.67 | 0.83 | 0.57 |
| Hex | 52 | 38 | EC | 41 | 4C | 0 | 7 | F9 | 53 | 39 |
| Octal | 122 | 70 | 354 | 101 | 114 | 0 | 7 | 371 | 123 | 71 |
| Binary | 1010010 | 111000 | 11101100 | 1000001 | 1001100 | 0 | 111 | 11111001 | 1010011 | 111001 |
Color Harmonies of #5238EC
Complementary color
Monochromatic Colors of #5238EC
Black with #5238EC
Text Example
Text Example
White with #5238EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5238EC; }
p { color: rgb(82,56,236); }
H1.HeaderClassName
{
color: #5238EC;
}
.AnyTagClassName
{
color: #5238EC;
}
</style>
background-color css
<style>
a { background-color: #5238EC; }
a { background-color: rgb(82,56,236); }
div.DivClassName
{
background-color: #5238EC;
}
.BgClassName
{
background-color: #5238EC;
}
</style>
border-color css
<style>
span { border-color: #5238EC; }
span { border-color: rgb(82,56,236); }
td.TdClassName
{
border-color: #5238EC;
}
.TagClassName
{
border-color: #5238EC;
}
</style>