Shades of Neon Blue #525CFD
Tints of Neon Blue #525CFD
RGB
CMYK
RGB Variations
Color information
#525CFD (or 0x525CFD) is known color: Neon Blue. HEX triplet: 52, 5C and FD. RGB value is (82,92,253). Sum of RGB (Red+Green+Blue) = 82+92+253=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #525CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525CFD is #ADA302. Grayscale: #6A6A6A. Windows color (decimal): -11379459 or 16604242. OLE color: 16604242.
HSL color Cylindrical-coordinate representation of color #525CFD: hue angle of 236.49º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #525CFD is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 92 | 253 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.01 |
| HSL | 236.49º | 0.98% | 0.66% | - |
| HSV(B) | 236.49º | 0.68% | 0.99% | - |
| XYZ | 25.04 | 16.54 | 94.8 | - |
| YUV | 107.36 | 210.19 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 253 | 0.68 | 0.64 | 0 | 0.01 | 236.49 | 0.98 | 0.66 |
| Hex | 52 | 5C | FD | 44 | 40 | 0 | 1 | EC | 62 | 42 |
| Octal | 122 | 134 | 375 | 104 | 100 | 0 | 1 | 354 | 142 | 102 |
| Binary | 1010010 | 1011100 | 11111101 | 1000100 | 1000000 | 0 | 1 | 11101100 | 1100010 | 1000010 |
Color Harmonies of #525CFD
Complementary color
Monochromatic Colors of #525CFD
Black with #525CFD
Text Example
Text Example
White with #525CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CFD; }
p { color: rgb(82,92,253); }
H1.HeaderClassName
{
color: #525CFD;
}
.AnyTagClassName
{
color: #525CFD;
}
</style>
background-color css
<style>
a { background-color: #525CFD; }
a { background-color: rgb(82,92,253); }
div.DivClassName
{
background-color: #525CFD;
}
.BgClassName
{
background-color: #525CFD;
}
</style>
border-color css
<style>
span { border-color: #525CFD; }
span { border-color: rgb(82,92,253); }
td.TdClassName
{
border-color: #525CFD;
}
.TagClassName
{
border-color: #525CFD;
}
</style>