Shades of Neon Blue #525EEC
Tints of Neon Blue #525EEC
RGB
CMYK
RGB Variations
Color information
#525EEC (or 0x525EEC) is known color: Neon Blue. HEX triplet: 52, 5E and EC. RGB value is (82,94,236). Sum of RGB (Red+Green+Blue) = 82+94+236=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #525EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525EEC is #ADA113. Grayscale: #6A6A6A. Windows color (decimal): -11378964 or 15490642. OLE color: 15490642.
HSL color Cylindrical-coordinate representation of color #525EEC: hue angle of 235.32º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #525EEC is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 94 | 236 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.07 |
| HSL | 235.32º | 0.8% | 0.62% | - |
| HSV(B) | 235.32º | 0.65% | 0.93% | - |
| XYZ | 22.62 | 15.86 | 81.22 | - |
| YUV | 106.6 | 201.02 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 236 | 0.65 | 0.60 | 0 | 0.07 | 235.32 | 0.8 | 0.62 |
| Hex | 52 | 5E | EC | 41 | 3C | 0 | 7 | EB | 50 | 3E |
| Octal | 122 | 136 | 354 | 101 | 74 | 0 | 7 | 353 | 120 | 76 |
| Binary | 1010010 | 1011110 | 11101100 | 1000001 | 111100 | 0 | 111 | 11101011 | 1010000 | 111110 |
Color Harmonies of #525EEC
Complementary color
Monochromatic Colors of #525EEC
Black with #525EEC
Text Example
Text Example
White with #525EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525EEC; }
p { color: rgb(82,94,236); }
H1.HeaderClassName
{
color: #525EEC;
}
.AnyTagClassName
{
color: #525EEC;
}
</style>
background-color css
<style>
a { background-color: #525EEC; }
a { background-color: rgb(82,94,236); }
div.DivClassName
{
background-color: #525EEC;
}
.BgClassName
{
background-color: #525EEC;
}
</style>
border-color css
<style>
span { border-color: #525EEC; }
span { border-color: rgb(82,94,236); }
td.TdClassName
{
border-color: #525EEC;
}
.TagClassName
{
border-color: #525EEC;
}
</style>