Shades of Neon Blue #525BEC
Tints of Neon Blue #525BEC
RGB
CMYK
RGB Variations
Color information
#525BEC (or 0x525BEC) is known color: Neon Blue. HEX triplet: 52, 5B and EC. RGB value is (82,91,236). Sum of RGB (Red+Green+Blue) = 82+91+236=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #525BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525BEC is #ADA413. Grayscale: #686868. Windows color (decimal): -11379732 or 15489874. OLE color: 15489874.
HSL color Cylindrical-coordinate representation of color #525BEC: hue angle of 236.49º 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 #525BEC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 91 | 236 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.07 |
| HSL | 236.49º | 0.8% | 0.62% | - |
| HSV(B) | 236.49º | 0.65% | 0.93% | - |
| XYZ | 22.36 | 15.33 | 81.14 | - |
| YUV | 104.84 | 202.02 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 236 | 0.65 | 0.61 | 0 | 0.07 | 236.49 | 0.8 | 0.62 |
| Hex | 52 | 5B | EC | 41 | 3D | 0 | 7 | EC | 50 | 3E |
| Octal | 122 | 133 | 354 | 101 | 75 | 0 | 7 | 354 | 120 | 76 |
| Binary | 1010010 | 1011011 | 11101100 | 1000001 | 111101 | 0 | 111 | 11101100 | 1010000 | 111110 |
Color Harmonies of #525BEC
Complementary color
Monochromatic Colors of #525BEC
Black with #525BEC
Text Example
Text Example
White with #525BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525BEC; }
p { color: rgb(82,91,236); }
H1.HeaderClassName
{
color: #525BEC;
}
.AnyTagClassName
{
color: #525BEC;
}
</style>
background-color css
<style>
a { background-color: #525BEC; }
a { background-color: rgb(82,91,236); }
div.DivClassName
{
background-color: #525BEC;
}
.BgClassName
{
background-color: #525BEC;
}
</style>
border-color css
<style>
span { border-color: #525BEC; }
span { border-color: rgb(82,91,236); }
td.TdClassName
{
border-color: #525BEC;
}
.TagClassName
{
border-color: #525BEC;
}
</style>