Shades of Neon Blue #5238E7
Tints of Neon Blue #5238E7
RGB
CMYK
RGB Variations
Color information
#5238E7 (or 0x5238E7) is known color: Neon Blue. HEX triplet: 52, 38 and E7. RGB value is (82,56,231). Sum of RGB (Red+Green+Blue) = 82+56+231=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 231 (90.62% from 255 or 62.60% from 369); Max value from RGB is 231 - color contains mainly: blue. Hex color #5238E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5238E7 is #ADC718. Grayscale: #535353. Windows color (decimal): -11388697 or 15153234. OLE color: 15153234.
HSL color Cylindrical-coordinate representation of color #5238E7: hue angle of 248.91º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5238E7 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 56 | 231 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.09 |
| HSL | 248.91º | 0.78% | 0.56% | - |
| HSV(B) | 248.91º | 0.76% | 0.91% | - |
| XYZ | 19.32 | 10.39 | 76.59 | - |
| YUV | 83.72 | 211.11 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 231 | 0.65 | 0.76 | 0 | 0.09 | 248.91 | 0.78 | 0.56 |
| Hex | 52 | 38 | E7 | 41 | 4C | 0 | 9 | F9 | 4E | 38 |
| Octal | 122 | 70 | 347 | 101 | 114 | 0 | 11 | 371 | 116 | 70 |
| Binary | 1010010 | 111000 | 11100111 | 1000001 | 1001100 | 0 | 1001 | 11111001 | 1001110 | 111000 |
Color Harmonies of #5238E7
Complementary color
Monochromatic Colors of #5238E7
Black with #5238E7
Text Example
Text Example
White with #5238E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5238E7; }
p { color: rgb(82,56,231); }
H1.HeaderClassName
{
color: #5238E7;
}
.AnyTagClassName
{
color: #5238E7;
}
</style>
background-color css
<style>
a { background-color: #5238E7; }
a { background-color: rgb(82,56,231); }
div.DivClassName
{
background-color: #5238E7;
}
.BgClassName
{
background-color: #5238E7;
}
</style>
border-color css
<style>
span { border-color: #5238E7; }
span { border-color: rgb(82,56,231); }
td.TdClassName
{
border-color: #5238E7;
}
.TagClassName
{
border-color: #5238E7;
}
</style>