Shades of Neon Blue #5236EA
Tints of Neon Blue #5236EA
RGB
CMYK
RGB Variations
Color information
#5236EA (or 0x5236EA) is known color: Neon Blue. HEX triplet: 52, 36 and EA. RGB value is (82,54,234). Sum of RGB (Red+Green+Blue) = 82+54+234=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #5236EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5236EA is #ADC915. Grayscale: #525252. Windows color (decimal): -11389206 or 15349330. OLE color: 15349330.
HSL color Cylindrical-coordinate representation of color #5236EA: hue angle of 249.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5236EA is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 54 | 234 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.08 |
| HSL | 249.33º | 0.81% | 0.56% | - |
| HSV(B) | 249.33º | 0.77% | 0.92% | - |
| XYZ | 19.65 | 10.37 | 78.81 | - |
| YUV | 82.89 | 213.28 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 234 | 0.65 | 0.77 | 0 | 0.08 | 249.33 | 0.81 | 0.56 |
| Hex | 52 | 36 | EA | 41 | 4D | 0 | 8 | F9 | 51 | 38 |
| Octal | 122 | 66 | 352 | 101 | 115 | 0 | 10 | 371 | 121 | 70 |
| Binary | 1010010 | 110110 | 11101010 | 1000001 | 1001101 | 0 | 1000 | 11111001 | 1010001 | 111000 |
Color Harmonies of #5236EA
Complementary color
Monochromatic Colors of #5236EA
Black with #5236EA
Text Example
Text Example
White with #5236EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5236EA; }
p { color: rgb(82,54,234); }
H1.HeaderClassName
{
color: #5236EA;
}
.AnyTagClassName
{
color: #5236EA;
}
</style>
background-color css
<style>
a { background-color: #5236EA; }
a { background-color: rgb(82,54,234); }
div.DivClassName
{
background-color: #5236EA;
}
.BgClassName
{
background-color: #5236EA;
}
</style>
border-color css
<style>
span { border-color: #5236EA; }
span { border-color: rgb(82,54,234); }
td.TdClassName
{
border-color: #5236EA;
}
.TagClassName
{
border-color: #5236EA;
}
</style>