Shades of Neon Blue #525DFB
Tints of Neon Blue #525DFB
RGB
CMYK
RGB Variations
Color information
#525DFB (or 0x525DFB) is known color: Neon Blue. HEX triplet: 52, 5D and FB. RGB value is (82,93,251). Sum of RGB (Red+Green+Blue) = 82+93+251=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #525DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525DFB is #ADA204. Grayscale: #6B6B6B. Windows color (decimal): -11379205 or 16473426. OLE color: 16473426.
HSL color Cylindrical-coordinate representation of color #525DFB: hue angle of 236.09º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #525DFB is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 93 | 251 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.02 |
| HSL | 236.09º | 0.95% | 0.65% | - |
| HSV(B) | 236.09º | 0.67% | 0.98% | - |
| XYZ | 24.81 | 16.59 | 93.16 | - |
| YUV | 107.72 | 208.86 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 251 | 0.67 | 0.63 | 0 | 0.02 | 236.09 | 0.95 | 0.65 |
| Hex | 52 | 5D | FB | 43 | 3F | 0 | 2 | EC | 5F | 41 |
| Octal | 122 | 135 | 373 | 103 | 77 | 0 | 2 | 354 | 137 | 101 |
| Binary | 1010010 | 1011101 | 11111011 | 1000011 | 111111 | 0 | 10 | 11101100 | 1011111 | 1000001 |
Color Harmonies of #525DFB
Complementary color
Monochromatic Colors of #525DFB
Black with #525DFB
Text Example
Text Example
White with #525DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DFB; }
p { color: rgb(82,93,251); }
H1.HeaderClassName
{
color: #525DFB;
}
.AnyTagClassName
{
color: #525DFB;
}
</style>
background-color css
<style>
a { background-color: #525DFB; }
a { background-color: rgb(82,93,251); }
div.DivClassName
{
background-color: #525DFB;
}
.BgClassName
{
background-color: #525DFB;
}
</style>
border-color css
<style>
span { border-color: #525DFB; }
span { border-color: rgb(82,93,251); }
td.TdClassName
{
border-color: #525DFB;
}
.TagClassName
{
border-color: #525DFB;
}
</style>