Shades of Neon Blue #525DED
Tints of Neon Blue #525DED
RGB
CMYK
RGB Variations
Color information
#525DED (or 0x525DED) is known color: Neon Blue. HEX triplet: 52, 5D and ED. RGB value is (82,93,237). Sum of RGB (Red+Green+Blue) = 82+93+237=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #525DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525DED is #ADA212. Grayscale: #696969. Windows color (decimal): -11379219 or 15555922. OLE color: 15555922.
HSL color Cylindrical-coordinate representation of color #525DED: hue angle of 235.74º 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 #525DED is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 93 | 237 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.07 |
| HSL | 235.74º | 0.81% | 0.63% | - |
| HSV(B) | 235.74º | 0.65% | 0.93% | - |
| XYZ | 22.68 | 15.74 | 81.96 | - |
| YUV | 106.13 | 201.86 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 237 | 0.65 | 0.61 | 0 | 0.07 | 235.74 | 0.81 | 0.63 |
| Hex | 52 | 5D | ED | 41 | 3D | 0 | 7 | EC | 51 | 3F |
| Octal | 122 | 135 | 355 | 101 | 75 | 0 | 7 | 354 | 121 | 77 |
| Binary | 1010010 | 1011101 | 11101101 | 1000001 | 111101 | 0 | 111 | 11101100 | 1010001 | 111111 |
Color Harmonies of #525DED
Complementary color
Monochromatic Colors of #525DED
Black with #525DED
Text Example
Text Example
White with #525DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DED; }
p { color: rgb(82,93,237); }
H1.HeaderClassName
{
color: #525DED;
}
.AnyTagClassName
{
color: #525DED;
}
</style>
background-color css
<style>
a { background-color: #525DED; }
a { background-color: rgb(82,93,237); }
div.DivClassName
{
background-color: #525DED;
}
.BgClassName
{
background-color: #525DED;
}
</style>
border-color css
<style>
span { border-color: #525DED; }
span { border-color: rgb(82,93,237); }
td.TdClassName
{
border-color: #525DED;
}
.TagClassName
{
border-color: #525DED;
}
</style>