Shades of Neon Blue #525FFF
Tints of Neon Blue #525FFF
RGB
CMYK
RGB Variations
Color information
#525FFF (or 0x525FFF) is known color: Neon Blue. HEX triplet: 52, 5F and FF. RGB value is (82,95,255). Sum of RGB (Red+Green+Blue) = 82+95+255=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #525FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525FFF is #ADA000. Grayscale: #6C6C6C. Windows color (decimal): -11378689 or 16736082. OLE color: 16736082.
HSL color Cylindrical-coordinate representation of color #525FFF: hue angle of 235.49º 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 #525FFF is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 95 | 255 | - |
| CMYK | 0.68 | 0.63 | 0 | 0 |
| HSL | 235.49º | 1% | 0.66% | - |
| HSV(B) | 235.49º | 0.68% | 1% | - |
| XYZ | 25.62 | 17.2 | 96.58 | - |
| YUV | 109.35 | 210.19 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 255 | 0.68 | 0.63 | 0 | 0 | 235.49 | 1 | 0.66 |
| Hex | 52 | 5F | FF | 44 | 3F | 0 | 0 | EB | 64 | 42 |
| Octal | 122 | 137 | 377 | 104 | 77 | 0 | 0 | 353 | 144 | 102 |
| Binary | 1010010 | 1011111 | 11111111 | 1000100 | 111111 | 0 | 0 | 11101011 | 1100100 | 1000010 |
Color Harmonies of #525FFF
Complementary color
Monochromatic Colors of #525FFF
Black with #525FFF
Text Example
Text Example
White with #525FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525FFF; }
p { color: rgb(82,95,255); }
H1.HeaderClassName
{
color: #525FFF;
}
.AnyTagClassName
{
color: #525FFF;
}
</style>
background-color css
<style>
a { background-color: #525FFF; }
a { background-color: rgb(82,95,255); }
div.DivClassName
{
background-color: #525FFF;
}
.BgClassName
{
background-color: #525FFF;
}
</style>
border-color css
<style>
span { border-color: #525FFF; }
span { border-color: rgb(82,95,255); }
td.TdClassName
{
border-color: #525FFF;
}
.TagClassName
{
border-color: #525FFF;
}
</style>