Shades of Neon Blue #523EED
Tints of Neon Blue #523EED
RGB
CMYK
RGB Variations
Color information
#523EED (or 0x523EED) is known color: Neon Blue. HEX triplet: 52, 3E and ED. RGB value is (82,62,237). Sum of RGB (Red+Green+Blue) = 82+62+237=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #523EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523EED is #ADC112. Grayscale: #575757. Windows color (decimal): -11387155 or 15547986. OLE color: 15547986.
HSL color Cylindrical-coordinate representation of color #523EED: hue angle of 246.86º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #523EED is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 62 | 237 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.07 |
| HSL | 246.86º | 0.83% | 0.59% | - |
| HSV(B) | 246.86º | 0.74% | 0.93% | - |
| XYZ | 20.49 | 11.35 | 81.23 | - |
| YUV | 87.93 | 212.13 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 237 | 0.65 | 0.74 | 0 | 0.07 | 246.86 | 0.83 | 0.59 |
| Hex | 52 | 3E | ED | 41 | 4A | 0 | 7 | F7 | 53 | 3B |
| Octal | 122 | 76 | 355 | 101 | 112 | 0 | 7 | 367 | 123 | 73 |
| Binary | 1010010 | 111110 | 11101101 | 1000001 | 1001010 | 0 | 111 | 11110111 | 1010011 | 111011 |
Color Harmonies of #523EED
Complementary color
Monochromatic Colors of #523EED
Black with #523EED
Text Example
Text Example
White with #523EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523EED; }
p { color: rgb(82,62,237); }
H1.HeaderClassName
{
color: #523EED;
}
.AnyTagClassName
{
color: #523EED;
}
</style>
background-color css
<style>
a { background-color: #523EED; }
a { background-color: rgb(82,62,237); }
div.DivClassName
{
background-color: #523EED;
}
.BgClassName
{
background-color: #523EED;
}
</style>
border-color css
<style>
span { border-color: #523EED; }
span { border-color: rgb(82,62,237); }
td.TdClassName
{
border-color: #523EED;
}
.TagClassName
{
border-color: #523EED;
}
</style>