Shades of Neon Blue #523ADE
Tints of Neon Blue #523ADE
RGB
CMYK
RGB Variations
Color information
#523ADE (or 0x523ADE) is known color: Neon Blue. HEX triplet: 52, 3A and DE. RGB value is (82,58,222). Sum of RGB (Red+Green+Blue) = 82+58+222=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #523ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523ADE is #ADC521. Grayscale: #535353. Windows color (decimal): -11388194 or 14563922. OLE color: 14563922.
HSL color Cylindrical-coordinate representation of color #523ADE: hue angle of 248.78º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #523ADE is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 58 | 222 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.13 |
| HSL | 248.78º | 0.71% | 0.55% | - |
| HSV(B) | 248.78º | 0.74% | 0.87% | - |
| XYZ | 18.18 | 10.09 | 70.1 | - |
| YUV | 83.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 222 | 0.63 | 0.74 | 0 | 0.13 | 248.78 | 0.71 | 0.55 |
| Hex | 52 | 3A | DE | 3F | 4A | 0 | D | F9 | 47 | 37 |
| Octal | 122 | 72 | 336 | 77 | 112 | 0 | 15 | 371 | 107 | 67 |
| Binary | 1010010 | 111010 | 11011110 | 111111 | 1001010 | 0 | 1101 | 11111001 | 1000111 | 110111 |
Color Harmonies of #523ADE
Complementary color
Monochromatic Colors of #523ADE
Black with #523ADE
Text Example
Text Example
White with #523ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523ADE; }
p { color: rgb(82,58,222); }
H1.HeaderClassName
{
color: #523ADE;
}
.AnyTagClassName
{
color: #523ADE;
}
</style>
background-color css
<style>
a { background-color: #523ADE; }
a { background-color: rgb(82,58,222); }
div.DivClassName
{
background-color: #523ADE;
}
.BgClassName
{
background-color: #523ADE;
}
</style>
border-color css
<style>
span { border-color: #523ADE; }
span { border-color: rgb(82,58,222); }
td.TdClassName
{
border-color: #523ADE;
}
.TagClassName
{
border-color: #523ADE;
}
</style>