Shades of Neon Blue #526CFF
Tints of Neon Blue #526CFF
RGB
CMYK
RGB Variations
Color information
#526CFF (or 0x526CFF) is known color: Neon Blue. HEX triplet: 52, 6C and FF. RGB value is (82,108,255). Sum of RGB (Red+Green+Blue) = 82+108+255=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #526CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CFF is #AD9300. Grayscale: #747474. Windows color (decimal): -11375361 or 16739410. OLE color: 16739410.
HSL color Cylindrical-coordinate representation of color #526CFF: hue angle of 230.98º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #526CFF is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 108 | 255 | - |
| CMYK | 0.68 | 0.58 | 0 | 0 |
| HSL | 230.98º | 1% | 0.66% | - |
| HSV(B) | 230.98º | 0.68% | 1% | - |
| XYZ | 26.89 | 19.74 | 97 | - |
| YUV | 116.98 | 205.89 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 255 | 0.68 | 0.58 | 0 | 0 | 230.98 | 1 | 0.66 |
| Hex | 52 | 6C | FF | 44 | 3A | 0 | 0 | E7 | 64 | 42 |
| Octal | 122 | 154 | 377 | 104 | 72 | 0 | 0 | 347 | 144 | 102 |
| Binary | 1010010 | 1101100 | 11111111 | 1000100 | 111010 | 0 | 0 | 11100111 | 1100100 | 1000010 |
Color Harmonies of #526CFF
Complementary color
Monochromatic Colors of #526CFF
Black with #526CFF
Text Example
Text Example
White with #526CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CFF; }
p { color: rgb(82,108,255); }
H1.HeaderClassName
{
color: #526CFF;
}
.AnyTagClassName
{
color: #526CFF;
}
</style>
background-color css
<style>
a { background-color: #526CFF; }
a { background-color: rgb(82,108,255); }
div.DivClassName
{
background-color: #526CFF;
}
.BgClassName
{
background-color: #526CFF;
}
</style>
border-color css
<style>
span { border-color: #526CFF; }
span { border-color: rgb(82,108,255); }
td.TdClassName
{
border-color: #526CFF;
}
.TagClassName
{
border-color: #526CFF;
}
</style>