Shades of Neon Blue #525CFF
Tints of Neon Blue #525CFF
RGB
CMYK
RGB Variations
Color information
#525CFF (or 0x525CFF) is known color: Neon Blue. HEX triplet: 52, 5C and FF. RGB value is (82,92,255). Sum of RGB (Red+Green+Blue) = 82+92+255=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #525CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525CFF is #ADA300. Grayscale: #6A6A6A. Windows color (decimal): -11379457 or 16735314. OLE color: 16735314.
HSL color Cylindrical-coordinate representation of color #525CFF: hue angle of 236.53º 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 #525CFF is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 92 | 255 | - |
| CMYK | 0.68 | 0.64 | 0 | 0 |
| HSL | 236.53º | 1% | 0.66% | - |
| HSV(B) | 236.53º | 0.68% | 1% | - |
| XYZ | 25.36 | 16.67 | 96.49 | - |
| YUV | 107.59 | 211.19 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 255 | 0.68 | 0.64 | 0 | 0 | 236.53 | 1 | 0.66 |
| Hex | 52 | 5C | FF | 44 | 40 | 0 | 0 | ED | 64 | 42 |
| Octal | 122 | 134 | 377 | 104 | 100 | 0 | 0 | 355 | 144 | 102 |
| Binary | 1010010 | 1011100 | 11111111 | 1000100 | 1000000 | 0 | 0 | 11101101 | 1100100 | 1000010 |
Color Harmonies of #525CFF
Complementary color
Monochromatic Colors of #525CFF
Black with #525CFF
Text Example
Text Example
White with #525CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CFF; }
p { color: rgb(82,92,255); }
H1.HeaderClassName
{
color: #525CFF;
}
.AnyTagClassName
{
color: #525CFF;
}
</style>
background-color css
<style>
a { background-color: #525CFF; }
a { background-color: rgb(82,92,255); }
div.DivClassName
{
background-color: #525CFF;
}
.BgClassName
{
background-color: #525CFF;
}
</style>
border-color css
<style>
span { border-color: #525CFF; }
span { border-color: rgb(82,92,255); }
td.TdClassName
{
border-color: #525CFF;
}
.TagClassName
{
border-color: #525CFF;
}
</style>