Shades of Neon Blue #525BEA
Tints of Neon Blue #525BEA
RGB
CMYK
RGB Variations
Color information
#525BEA (or 0x525BEA) is known color: Neon Blue. HEX triplet: 52, 5B and EA. RGB value is (82,91,234). Sum of RGB (Red+Green+Blue) = 82+91+234=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #525BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525BEA is #ADA415. Grayscale: #686868. Windows color (decimal): -11379734 or 15358802. OLE color: 15358802.
HSL color Cylindrical-coordinate representation of color #525BEA: hue angle of 236.45º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #525BEA is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 91 | 234 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.08 |
| HSL | 236.45º | 0.78% | 0.62% | - |
| HSV(B) | 236.45º | 0.65% | 0.92% | - |
| XYZ | 22.07 | 15.22 | 79.62 | - |
| YUV | 104.61 | 201.02 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 234 | 0.65 | 0.61 | 0 | 0.08 | 236.45 | 0.78 | 0.62 |
| Hex | 52 | 5B | EA | 41 | 3D | 0 | 8 | EC | 4E | 3E |
| Octal | 122 | 133 | 352 | 101 | 75 | 0 | 10 | 354 | 116 | 76 |
| Binary | 1010010 | 1011011 | 11101010 | 1000001 | 111101 | 0 | 1000 | 11101100 | 1001110 | 111110 |
Color Harmonies of #525BEA
Complementary color
Monochromatic Colors of #525BEA
Black with #525BEA
Text Example
Text Example
White with #525BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525BEA; }
p { color: rgb(82,91,234); }
H1.HeaderClassName
{
color: #525BEA;
}
.AnyTagClassName
{
color: #525BEA;
}
</style>
background-color css
<style>
a { background-color: #525BEA; }
a { background-color: rgb(82,91,234); }
div.DivClassName
{
background-color: #525BEA;
}
.BgClassName
{
background-color: #525BEA;
}
</style>
border-color css
<style>
span { border-color: #525BEA; }
span { border-color: rgb(82,91,234); }
td.TdClassName
{
border-color: #525BEA;
}
.TagClassName
{
border-color: #525BEA;
}
</style>