Shades of Neon Blue #523CFD
Tints of Neon Blue #523CFD
RGB
CMYK
RGB Variations
Color information
#523CFD (or 0x523CFD) is known color: Neon Blue. HEX triplet: 52, 3C and FD. RGB value is (82,60,253). Sum of RGB (Red+Green+Blue) = 82+60+253=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #523CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523CFD is #ADC302. Grayscale: #575757. Windows color (decimal): -11387651 or 16596050. OLE color: 16596050.
HSL color Cylindrical-coordinate representation of color #523CFD: hue angle of 246.84º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #523CFD is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 60 | 253 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.01 |
| HSL | 246.84º | 0.98% | 0.61% | - |
| HSV(B) | 246.84º | 0.76% | 0.99% | - |
| XYZ | 22.83 | 12.12 | 94.06 | - |
| YUV | 88.58 | 220.79 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 253 | 0.68 | 0.76 | 0 | 0.01 | 246.84 | 0.98 | 0.61 |
| Hex | 52 | 3C | FD | 44 | 4C | 0 | 1 | F7 | 62 | 3D |
| Octal | 122 | 74 | 375 | 104 | 114 | 0 | 1 | 367 | 142 | 75 |
| Binary | 1010010 | 111100 | 11111101 | 1000100 | 1001100 | 0 | 1 | 11110111 | 1100010 | 111101 |
Color Harmonies of #523CFD
Complementary color
Monochromatic Colors of #523CFD
Black with #523CFD
Text Example
Text Example
White with #523CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523CFD; }
p { color: rgb(82,60,253); }
H1.HeaderClassName
{
color: #523CFD;
}
.AnyTagClassName
{
color: #523CFD;
}
</style>
background-color css
<style>
a { background-color: #523CFD; }
a { background-color: rgb(82,60,253); }
div.DivClassName
{
background-color: #523CFD;
}
.BgClassName
{
background-color: #523CFD;
}
</style>
border-color css
<style>
span { border-color: #523CFD; }
span { border-color: rgb(82,60,253); }
td.TdClassName
{
border-color: #523CFD;
}
.TagClassName
{
border-color: #523CFD;
}
</style>