Shades of Neon Blue #523BDF
Tints of Neon Blue #523BDF
RGB
CMYK
RGB Variations
Color information
#523BDF (or 0x523BDF) is known color: Neon Blue. HEX triplet: 52, 3B and DF. RGB value is (82,59,223). Sum of RGB (Red+Green+Blue) = 82+59+223=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #523BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BDF is #ADC420. Grayscale: #535353. Windows color (decimal): -11387937 or 14629714. OLE color: 14629714.
HSL color Cylindrical-coordinate representation of color #523BDF: hue angle of 248.41º degrees, saturation: 0.72, 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 #523BDF is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 59 | 223 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.13 |
| HSL | 248.41º | 0.72% | 0.55% | - |
| HSV(B) | 248.41º | 0.74% | 0.87% | - |
| XYZ | 18.36 | 10.25 | 70.82 | - |
| YUV | 84.57 | 206.12 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 223 | 0.63 | 0.74 | 0 | 0.13 | 248.41 | 0.72 | 0.55 |
| Hex | 52 | 3B | DF | 3F | 4A | 0 | D | F8 | 48 | 37 |
| Octal | 122 | 73 | 337 | 77 | 112 | 0 | 15 | 370 | 110 | 67 |
| Binary | 1010010 | 111011 | 11011111 | 111111 | 1001010 | 0 | 1101 | 11111000 | 1001000 | 110111 |
Color Harmonies of #523BDF
Complementary color
Monochromatic Colors of #523BDF
Black with #523BDF
Text Example
Text Example
White with #523BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BDF; }
p { color: rgb(82,59,223); }
H1.HeaderClassName
{
color: #523BDF;
}
.AnyTagClassName
{
color: #523BDF;
}
</style>
background-color css
<style>
a { background-color: #523BDF; }
a { background-color: rgb(82,59,223); }
div.DivClassName
{
background-color: #523BDF;
}
.BgClassName
{
background-color: #523BDF;
}
</style>
border-color css
<style>
span { border-color: #523BDF; }
span { border-color: rgb(82,59,223); }
td.TdClassName
{
border-color: #523BDF;
}
.TagClassName
{
border-color: #523BDF;
}
</style>