Shades of Neon Blue #5238ED
Tints of Neon Blue #5238ED
RGB
CMYK
RGB Variations
Color information
#5238ED (or 0x5238ED) is known color: Neon Blue. HEX triplet: 52, 38 and ED. RGB value is (82,56,237). Sum of RGB (Red+Green+Blue) = 82+56+237=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #5238ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5238ED is #ADC712. Grayscale: #535353. Windows color (decimal): -11388691 or 15546450. OLE color: 15546450.
HSL color Cylindrical-coordinate representation of color #5238ED: hue angle of 248.62º 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 #5238ED is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 56 | 237 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.07 |
| HSL | 248.62º | 0.83% | 0.57% | - |
| HSV(B) | 248.62º | 0.76% | 0.93% | - |
| XYZ | 20.18 | 10.74 | 81.13 | - |
| YUV | 84.41 | 214.11 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 237 | 0.65 | 0.76 | 0 | 0.07 | 248.62 | 0.83 | 0.57 |
| Hex | 52 | 38 | ED | 41 | 4C | 0 | 7 | F9 | 53 | 39 |
| Octal | 122 | 70 | 355 | 101 | 114 | 0 | 7 | 371 | 123 | 71 |
| Binary | 1010010 | 111000 | 11101101 | 1000001 | 1001100 | 0 | 111 | 11111001 | 1010011 | 111001 |
Color Harmonies of #5238ED
Complementary color
Monochromatic Colors of #5238ED
Black with #5238ED
Text Example
Text Example
White with #5238ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5238ED; }
p { color: rgb(82,56,237); }
H1.HeaderClassName
{
color: #5238ED;
}
.AnyTagClassName
{
color: #5238ED;
}
</style>
background-color css
<style>
a { background-color: #5238ED; }
a { background-color: rgb(82,56,237); }
div.DivClassName
{
background-color: #5238ED;
}
.BgClassName
{
background-color: #5238ED;
}
</style>
border-color css
<style>
span { border-color: #5238ED; }
span { border-color: rgb(82,56,237); }
td.TdClassName
{
border-color: #5238ED;
}
.TagClassName
{
border-color: #5238ED;
}
</style>