Shades of Neon Blue #525AFD
Tints of Neon Blue #525AFD
RGB
CMYK
RGB Variations
Color information
#525AFD (or 0x525AFD) is known color: Neon Blue. HEX triplet: 52, 5A and FD. RGB value is (82,90,253). Sum of RGB (Red+Green+Blue) = 82+90+253=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #525AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525AFD is #ADA502. Grayscale: #696969. Windows color (decimal): -11379971 or 16603730. OLE color: 16603730.
HSL color Cylindrical-coordinate representation of color #525AFD: hue angle of 237.19º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #525AFD is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 90 | 253 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.01 |
| HSL | 237.19º | 0.98% | 0.66% | - |
| HSV(B) | 237.19º | 0.68% | 0.99% | - |
| XYZ | 24.87 | 16.2 | 94.74 | - |
| YUV | 106.19 | 210.85 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 253 | 0.68 | 0.64 | 0 | 0.01 | 237.19 | 0.98 | 0.66 |
| Hex | 52 | 5A | FD | 44 | 40 | 0 | 1 | ED | 62 | 42 |
| Octal | 122 | 132 | 375 | 104 | 100 | 0 | 1 | 355 | 142 | 102 |
| Binary | 1010010 | 1011010 | 11111101 | 1000100 | 1000000 | 0 | 1 | 11101101 | 1100010 | 1000010 |
Color Harmonies of #525AFD
Complementary color
Monochromatic Colors of #525AFD
Black with #525AFD
Text Example
Text Example
White with #525AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525AFD; }
p { color: rgb(82,90,253); }
H1.HeaderClassName
{
color: #525AFD;
}
.AnyTagClassName
{
color: #525AFD;
}
</style>
background-color css
<style>
a { background-color: #525AFD; }
a { background-color: rgb(82,90,253); }
div.DivClassName
{
background-color: #525AFD;
}
.BgClassName
{
background-color: #525AFD;
}
</style>
border-color css
<style>
span { border-color: #525AFD; }
span { border-color: rgb(82,90,253); }
td.TdClassName
{
border-color: #525AFD;
}
.TagClassName
{
border-color: #525AFD;
}
</style>