Shades of Neon Blue #523DDC
Tints of Neon Blue #523DDC
RGB
CMYK
RGB Variations
Color information
#523DDC (or 0x523DDC) is known color: Neon Blue. HEX triplet: 52, 3D and DC. RGB value is (82,61,220). Sum of RGB (Red+Green+Blue) = 82+61+220=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #523DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DDC is #ADC223. Grayscale: #545454. Windows color (decimal): -11387428 or 14433618. OLE color: 14433618.
HSL color Cylindrical-coordinate representation of color #523DDC: hue angle of 247.92º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #523DDC is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 61 | 220 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.14 |
| HSL | 247.92º | 0.69% | 0.55% | - |
| HSV(B) | 247.92º | 0.72% | 0.86% | - |
| XYZ | 18.07 | 10.3 | 68.75 | - |
| YUV | 85.41 | 203.96 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 220 | 0.63 | 0.72 | 0 | 0.14 | 247.92 | 0.69 | 0.55 |
| Hex | 52 | 3D | DC | 3F | 48 | 0 | E | F8 | 45 | 37 |
| Octal | 122 | 75 | 334 | 77 | 110 | 0 | 16 | 370 | 105 | 67 |
| Binary | 1010010 | 111101 | 11011100 | 111111 | 1001000 | 0 | 1110 | 11111000 | 1000101 | 110111 |
Color Harmonies of #523DDC
Complementary color
Monochromatic Colors of #523DDC
Black with #523DDC
Text Example
Text Example
White with #523DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523DDC; }
p { color: rgb(82,61,220); }
H1.HeaderClassName
{
color: #523DDC;
}
.AnyTagClassName
{
color: #523DDC;
}
</style>
background-color css
<style>
a { background-color: #523DDC; }
a { background-color: rgb(82,61,220); }
div.DivClassName
{
background-color: #523DDC;
}
.BgClassName
{
background-color: #523DDC;
}
</style>
border-color css
<style>
span { border-color: #523DDC; }
span { border-color: rgb(82,61,220); }
td.TdClassName
{
border-color: #523DDC;
}
.TagClassName
{
border-color: #523DDC;
}
</style>