Shades of Neon Blue #523CFF
Tints of Neon Blue #523CFF
RGB
CMYK
RGB Variations
Color information
#523CFF (or 0x523CFF) is known color: Neon Blue. HEX triplet: 52, 3C and FF. RGB value is (82,60,255). Sum of RGB (Red+Green+Blue) = 82+60+255=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #523CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523CFF is #ADC300. Grayscale: #585858. Windows color (decimal): -11387649 or 16727122. OLE color: 16727122.
HSL color Cylindrical-coordinate representation of color #523CFF: hue angle of 246.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #523CFF is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 60 | 255 | - |
| CMYK | 0.68 | 0.76 | 0 | 0 |
| HSL | 246.77º | 1% | 0.62% | - |
| HSV(B) | 246.77º | 0.76% | 1% | - |
| XYZ | 23.15 | 12.25 | 95.75 | - |
| YUV | 88.81 | 221.79 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 255 | 0.68 | 0.76 | 0 | 0 | 246.77 | 1 | 0.62 |
| Hex | 52 | 3C | FF | 44 | 4C | 0 | 0 | F7 | 64 | 3E |
| Octal | 122 | 74 | 377 | 104 | 114 | 0 | 0 | 367 | 144 | 76 |
| Binary | 1010010 | 111100 | 11111111 | 1000100 | 1001100 | 0 | 0 | 11110111 | 1100100 | 111110 |
Color Harmonies of #523CFF
Complementary color
Monochromatic Colors of #523CFF
Black with #523CFF
Text Example
Text Example
White with #523CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523CFF; }
p { color: rgb(82,60,255); }
H1.HeaderClassName
{
color: #523CFF;
}
.AnyTagClassName
{
color: #523CFF;
}
</style>
background-color css
<style>
a { background-color: #523CFF; }
a { background-color: rgb(82,60,255); }
div.DivClassName
{
background-color: #523CFF;
}
.BgClassName
{
background-color: #523CFF;
}
</style>
border-color css
<style>
span { border-color: #523CFF; }
span { border-color: rgb(82,60,255); }
td.TdClassName
{
border-color: #523CFF;
}
.TagClassName
{
border-color: #523CFF;
}
</style>