Shades of Neon Blue #525AED
Tints of Neon Blue #525AED
RGB
CMYK
RGB Variations
Color information
#525AED (or 0x525AED) is known color: Neon Blue. HEX triplet: 52, 5A and ED. RGB value is (82,90,237). Sum of RGB (Red+Green+Blue) = 82+90+237=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #525AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525AED is #ADA512. Grayscale: #676767. Windows color (decimal): -11379987 or 15555154. OLE color: 15555154.
HSL color Cylindrical-coordinate representation of color #525AED: hue angle of 236.9º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #525AED is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 90 | 237 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.07 |
| HSL | 236.9º | 0.81% | 0.63% | - |
| HSV(B) | 236.9º | 0.65% | 0.93% | - |
| XYZ | 22.42 | 15.22 | 81.88 | - |
| YUV | 104.37 | 202.85 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 237 | 0.65 | 0.62 | 0 | 0.07 | 236.9 | 0.81 | 0.63 |
| Hex | 52 | 5A | ED | 41 | 3E | 0 | 7 | ED | 51 | 3F |
| Octal | 122 | 132 | 355 | 101 | 76 | 0 | 7 | 355 | 121 | 77 |
| Binary | 1010010 | 1011010 | 11101101 | 1000001 | 111110 | 0 | 111 | 11101101 | 1010001 | 111111 |
Color Harmonies of #525AED
Complementary color
Monochromatic Colors of #525AED
Black with #525AED
Text Example
Text Example
White with #525AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525AED; }
p { color: rgb(82,90,237); }
H1.HeaderClassName
{
color: #525AED;
}
.AnyTagClassName
{
color: #525AED;
}
</style>
background-color css
<style>
a { background-color: #525AED; }
a { background-color: rgb(82,90,237); }
div.DivClassName
{
background-color: #525AED;
}
.BgClassName
{
background-color: #525AED;
}
</style>
border-color css
<style>
span { border-color: #525AED; }
span { border-color: rgb(82,90,237); }
td.TdClassName
{
border-color: #525AED;
}
.TagClassName
{
border-color: #525AED;
}
</style>