Shades of Neon Blue #526AFE
Tints of Neon Blue #526AFE
RGB
CMYK
RGB Variations
Color information
#526AFE (or 0x526AFE) is known color: Neon Blue. HEX triplet: 52, 6A and FE. RGB value is (82,106,254). Sum of RGB (Red+Green+Blue) = 82+106+254=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #526AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526AFE is #AD9501. Grayscale: #737373. Windows color (decimal): -11375874 or 16673362. OLE color: 16673362.
HSL color Cylindrical-coordinate representation of color #526AFE: hue angle of 231.63º 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 #526AFE is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 106 | 254 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.00 |
| HSL | 231.63º | 0.99% | 0.66% | - |
| HSV(B) | 231.63º | 0.68% | 1% | - |
| XYZ | 26.52 | 19.26 | 96.09 | - |
| YUV | 115.7 | 206.05 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 254 | 0.68 | 0.58 | 0 | 0.00 | 231.63 | 0.99 | 0.66 |
| Hex | 52 | 6A | FE | 44 | 3A | 0 | 0 | E8 | 63 | 42 |
| Octal | 122 | 152 | 376 | 104 | 72 | 0 | 0 | 350 | 143 | 102 |
| Binary | 1010010 | 1101010 | 11111110 | 1000100 | 111010 | 0 | 0 | 11101000 | 1100011 | 1000010 |
Color Harmonies of #526AFE
Complementary color
Monochromatic Colors of #526AFE
Black with #526AFE
Text Example
Text Example
White with #526AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526AFE; }
p { color: rgb(82,106,254); }
H1.HeaderClassName
{
color: #526AFE;
}
.AnyTagClassName
{
color: #526AFE;
}
</style>
background-color css
<style>
a { background-color: #526AFE; }
a { background-color: rgb(82,106,254); }
div.DivClassName
{
background-color: #526AFE;
}
.BgClassName
{
background-color: #526AFE;
}
</style>
border-color css
<style>
span { border-color: #526AFE; }
span { border-color: rgb(82,106,254); }
td.TdClassName
{
border-color: #526AFE;
}
.TagClassName
{
border-color: #526AFE;
}
</style>