Shades of Neon Blue #523BFF
Tints of Neon Blue #523BFF
RGB
CMYK
RGB Variations
Color information
#523BFF (or 0x523BFF) is known color: Neon Blue. HEX triplet: 52, 3B and FF. RGB value is (82,59,255). Sum of RGB (Red+Green+Blue) = 82+59+255=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #523BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523BFF is #ADC400. Grayscale: #575757. Windows color (decimal): -11387905 or 16726866. OLE color: 16726866.
HSL color Cylindrical-coordinate representation of color #523BFF: hue angle of 247.04º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #523BFF is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 59 | 255 | - |
| CMYK | 0.68 | 0.77 | 0 | 0 |
| HSL | 247.04º | 1% | 0.62% | - |
| HSV(B) | 247.04º | 0.77% | 1% | - |
| XYZ | 23.09 | 12.14 | 95.73 | - |
| YUV | 88.22 | 222.12 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 255 | 0.68 | 0.77 | 0 | 0 | 247.04 | 1 | 0.62 |
| Hex | 52 | 3B | FF | 44 | 4D | 0 | 0 | F7 | 64 | 3E |
| Octal | 122 | 73 | 377 | 104 | 115 | 0 | 0 | 367 | 144 | 76 |
| Binary | 1010010 | 111011 | 11111111 | 1000100 | 1001101 | 0 | 0 | 11110111 | 1100100 | 111110 |
Color Harmonies of #523BFF
Complementary color
Monochromatic Colors of #523BFF
Black with #523BFF
Text Example
Text Example
White with #523BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BFF; }
p { color: rgb(82,59,255); }
H1.HeaderClassName
{
color: #523BFF;
}
.AnyTagClassName
{
color: #523BFF;
}
</style>
background-color css
<style>
a { background-color: #523BFF; }
a { background-color: rgb(82,59,255); }
div.DivClassName
{
background-color: #523BFF;
}
.BgClassName
{
background-color: #523BFF;
}
</style>
border-color css
<style>
span { border-color: #523BFF; }
span { border-color: rgb(82,59,255); }
td.TdClassName
{
border-color: #523BFF;
}
.TagClassName
{
border-color: #523BFF;
}
</style>