Shades of Neon Blue #523CEF
Tints of Neon Blue #523CEF
RGB
CMYK
RGB Variations
Color information
#523CEF (or 0x523CEF) is known color: Neon Blue. HEX triplet: 52, 3C and EF. RGB value is (82,60,239). Sum of RGB (Red+Green+Blue) = 82+60+239=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #523CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523CEF is #ADC310. Grayscale: #565656. Windows color (decimal): -11387665 or 15678546. OLE color: 15678546.
HSL color Cylindrical-coordinate representation of color #523CEF: hue angle of 247.37º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #523CEF is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 60 | 239 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.06 |
| HSL | 247.37º | 0.85% | 0.59% | - |
| HSV(B) | 247.37º | 0.75% | 0.94% | - |
| XYZ | 20.68 | 11.26 | 82.74 | - |
| YUV | 86.98 | 213.79 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 239 | 0.66 | 0.75 | 0 | 0.06 | 247.37 | 0.85 | 0.59 |
| Hex | 52 | 3C | EF | 42 | 4B | 0 | 6 | F7 | 55 | 3B |
| Octal | 122 | 74 | 357 | 102 | 113 | 0 | 6 | 367 | 125 | 73 |
| Binary | 1010010 | 111100 | 11101111 | 1000010 | 1001011 | 0 | 110 | 11110111 | 1010101 | 111011 |
Color Harmonies of #523CEF
Complementary color
Monochromatic Colors of #523CEF
Black with #523CEF
Text Example
Text Example
White with #523CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523CEF; }
p { color: rgb(82,60,239); }
H1.HeaderClassName
{
color: #523CEF;
}
.AnyTagClassName
{
color: #523CEF;
}
</style>
background-color css
<style>
a { background-color: #523CEF; }
a { background-color: rgb(82,60,239); }
div.DivClassName
{
background-color: #523CEF;
}
.BgClassName
{
background-color: #523CEF;
}
</style>
border-color css
<style>
span { border-color: #523CEF; }
span { border-color: rgb(82,60,239); }
td.TdClassName
{
border-color: #523CEF;
}
.TagClassName
{
border-color: #523CEF;
}
</style>