Shades of Neon Blue #525DFE
Tints of Neon Blue #525DFE
RGB
CMYK
RGB Variations
Color information
#525DFE (or 0x525DFE) is known color: Neon Blue. HEX triplet: 52, 5D and FE. RGB value is (82,93,254). Sum of RGB (Red+Green+Blue) = 82+93+254=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #525DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525DFE is #ADA201. Grayscale: #6B6B6B. Windows color (decimal): -11379202 or 16670034. OLE color: 16670034.
HSL color Cylindrical-coordinate representation of color #525DFE: hue angle of 236.16º 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 #525DFE is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 93 | 254 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.00 |
| HSL | 236.16º | 0.99% | 0.66% | - |
| HSV(B) | 236.16º | 0.68% | 1% | - |
| XYZ | 25.28 | 16.78 | 95.67 | - |
| YUV | 108.07 | 210.36 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 254 | 0.68 | 0.63 | 0 | 0.00 | 236.16 | 0.99 | 0.66 |
| Hex | 52 | 5D | FE | 44 | 3F | 0 | 0 | EC | 63 | 42 |
| Octal | 122 | 135 | 376 | 104 | 77 | 0 | 0 | 354 | 143 | 102 |
| Binary | 1010010 | 1011101 | 11111110 | 1000100 | 111111 | 0 | 0 | 11101100 | 1100011 | 1000010 |
Color Harmonies of #525DFE
Complementary color
Monochromatic Colors of #525DFE
Black with #525DFE
Text Example
Text Example
White with #525DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DFE; }
p { color: rgb(82,93,254); }
H1.HeaderClassName
{
color: #525DFE;
}
.AnyTagClassName
{
color: #525DFE;
}
</style>
background-color css
<style>
a { background-color: #525DFE; }
a { background-color: rgb(82,93,254); }
div.DivClassName
{
background-color: #525DFE;
}
.BgClassName
{
background-color: #525DFE;
}
</style>
border-color css
<style>
span { border-color: #525DFE; }
span { border-color: rgb(82,93,254); }
td.TdClassName
{
border-color: #525DFE;
}
.TagClassName
{
border-color: #525DFE;
}
</style>