Shades of Neon Blue #525AFE
Tints of Neon Blue #525AFE
RGB
CMYK
RGB Variations
Color information
#525AFE (or 0x525AFE) is known color: Neon Blue. HEX triplet: 52, 5A and FE. RGB value is (82,90,254). Sum of RGB (Red+Green+Blue) = 82+90+254=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #525AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525AFE is #ADA501. Grayscale: #696969. Windows color (decimal): -11379970 or 16669266. OLE color: 16669266.
HSL color Cylindrical-coordinate representation of color #525AFE: hue angle of 237.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #525AFE is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 90 | 254 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.00 |
| HSL | 237.21º | 0.99% | 0.66% | - |
| HSV(B) | 237.21º | 0.68% | 1% | - |
| XYZ | 25.03 | 16.26 | 95.59 | - |
| YUV | 106.3 | 211.35 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 254 | 0.68 | 0.65 | 0 | 0.00 | 237.21 | 0.99 | 0.66 |
| Hex | 52 | 5A | FE | 44 | 41 | 0 | 0 | ED | 63 | 42 |
| Octal | 122 | 132 | 376 | 104 | 101 | 0 | 0 | 355 | 143 | 102 |
| Binary | 1010010 | 1011010 | 11111110 | 1000100 | 1000001 | 0 | 0 | 11101101 | 1100011 | 1000010 |
Color Harmonies of #525AFE
Complementary color
Monochromatic Colors of #525AFE
Black with #525AFE
Text Example
Text Example
White with #525AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525AFE; }
p { color: rgb(82,90,254); }
H1.HeaderClassName
{
color: #525AFE;
}
.AnyTagClassName
{
color: #525AFE;
}
</style>
background-color css
<style>
a { background-color: #525AFE; }
a { background-color: rgb(82,90,254); }
div.DivClassName
{
background-color: #525AFE;
}
.BgClassName
{
background-color: #525AFE;
}
</style>
border-color css
<style>
span { border-color: #525AFE; }
span { border-color: rgb(82,90,254); }
td.TdClassName
{
border-color: #525AFE;
}
.TagClassName
{
border-color: #525AFE;
}
</style>