Shades of Neon Blue #523EFD
Tints of Neon Blue #523EFD
RGB
CMYK
RGB Variations
Color information
#523EFD (or 0x523EFD) is known color: Neon Blue. HEX triplet: 52, 3E and FD. RGB value is (82,62,253). Sum of RGB (Red+Green+Blue) = 82+62+253=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #523EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523EFD is #ADC102. Grayscale: #595959. Windows color (decimal): -11387139 or 16596562. OLE color: 16596562.
HSL color Cylindrical-coordinate representation of color #523EFD: hue angle of 246.28º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #523EFD is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 62 | 253 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.01 |
| HSL | 246.28º | 0.98% | 0.62% | - |
| HSV(B) | 246.28º | 0.75% | 0.99% | - |
| XYZ | 22.93 | 12.33 | 94.1 | - |
| YUV | 89.75 | 220.13 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 253 | 0.68 | 0.75 | 0 | 0.01 | 246.28 | 0.98 | 0.62 |
| Hex | 52 | 3E | FD | 44 | 4B | 0 | 1 | F6 | 62 | 3E |
| Octal | 122 | 76 | 375 | 104 | 113 | 0 | 1 | 366 | 142 | 76 |
| Binary | 1010010 | 111110 | 11111101 | 1000100 | 1001011 | 0 | 1 | 11110110 | 1100010 | 111110 |
Color Harmonies of #523EFD
Complementary color
Monochromatic Colors of #523EFD
Black with #523EFD
Text Example
Text Example
White with #523EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523EFD; }
p { color: rgb(82,62,253); }
H1.HeaderClassName
{
color: #523EFD;
}
.AnyTagClassName
{
color: #523EFD;
}
</style>
background-color css
<style>
a { background-color: #523EFD; }
a { background-color: rgb(82,62,253); }
div.DivClassName
{
background-color: #523EFD;
}
.BgClassName
{
background-color: #523EFD;
}
</style>
border-color css
<style>
span { border-color: #523EFD; }
span { border-color: rgb(82,62,253); }
td.TdClassName
{
border-color: #523EFD;
}
.TagClassName
{
border-color: #523EFD;
}
</style>