Shades of Neon Blue #523DDD
Tints of Neon Blue #523DDD
RGB
CMYK
RGB Variations
Color information
#523DDD (or 0x523DDD) is known color: Neon Blue. HEX triplet: 52, 3D and DD. RGB value is (82,61,221). Sum of RGB (Red+Green+Blue) = 82+61+221=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #523DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DDD is #ADC222. Grayscale: #545454. Windows color (decimal): -11387427 or 14499154. OLE color: 14499154.
HSL color Cylindrical-coordinate representation of color #523DDD: hue angle of 247.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #523DDD is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 61 | 221 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.13 |
| HSL | 247.88º | 0.7% | 0.55% | - |
| HSV(B) | 247.88º | 0.72% | 0.87% | - |
| XYZ | 18.2 | 10.35 | 69.45 | - |
| YUV | 85.52 | 204.46 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 221 | 0.63 | 0.72 | 0 | 0.13 | 247.88 | 0.7 | 0.55 |
| Hex | 52 | 3D | DD | 3F | 48 | 0 | D | F8 | 46 | 37 |
| Octal | 122 | 75 | 335 | 77 | 110 | 0 | 15 | 370 | 106 | 67 |
| Binary | 1010010 | 111101 | 11011101 | 111111 | 1001000 | 0 | 1101 | 11111000 | 1000110 | 110111 |
Color Harmonies of #523DDD
Complementary color
Monochromatic Colors of #523DDD
Black with #523DDD
Text Example
Text Example
White with #523DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523DDD; }
p { color: rgb(82,61,221); }
H1.HeaderClassName
{
color: #523DDD;
}
.AnyTagClassName
{
color: #523DDD;
}
</style>
background-color css
<style>
a { background-color: #523DDD; }
a { background-color: rgb(82,61,221); }
div.DivClassName
{
background-color: #523DDD;
}
.BgClassName
{
background-color: #523DDD;
}
</style>
border-color css
<style>
span { border-color: #523DDD; }
span { border-color: rgb(82,61,221); }
td.TdClassName
{
border-color: #523DDD;
}
.TagClassName
{
border-color: #523DDD;
}
</style>