Shades of Neon Blue #523EEA
Tints of Neon Blue #523EEA
RGB
CMYK
RGB Variations
Color information
#523EEA (or 0x523EEA) is known color: Neon Blue. HEX triplet: 52, 3E and EA. RGB value is (82,62,234). Sum of RGB (Red+Green+Blue) = 82+62+234=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #523EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523EEA is #ADC115. Grayscale: #565656. Windows color (decimal): -11387158 or 15351378. OLE color: 15351378.
HSL color Cylindrical-coordinate representation of color #523EEA: hue angle of 246.98º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #523EEA is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 62 | 234 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.08 |
| HSL | 246.98º | 0.8% | 0.58% | - |
| HSV(B) | 246.98º | 0.74% | 0.92% | - |
| XYZ | 20.05 | 11.18 | 78.94 | - |
| YUV | 87.59 | 210.63 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 234 | 0.65 | 0.74 | 0 | 0.08 | 246.98 | 0.8 | 0.58 |
| Hex | 52 | 3E | EA | 41 | 4A | 0 | 8 | F7 | 50 | 3A |
| Octal | 122 | 76 | 352 | 101 | 112 | 0 | 10 | 367 | 120 | 72 |
| Binary | 1010010 | 111110 | 11101010 | 1000001 | 1001010 | 0 | 1000 | 11110111 | 1010000 | 111010 |
Color Harmonies of #523EEA
Complementary color
Monochromatic Colors of #523EEA
Black with #523EEA
Text Example
Text Example
White with #523EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523EEA; }
p { color: rgb(82,62,234); }
H1.HeaderClassName
{
color: #523EEA;
}
.AnyTagClassName
{
color: #523EEA;
}
</style>
background-color css
<style>
a { background-color: #523EEA; }
a { background-color: rgb(82,62,234); }
div.DivClassName
{
background-color: #523EEA;
}
.BgClassName
{
background-color: #523EEA;
}
</style>
border-color css
<style>
span { border-color: #523EEA; }
span { border-color: rgb(82,62,234); }
td.TdClassName
{
border-color: #523EEA;
}
.TagClassName
{
border-color: #523EEA;
}
</style>