Shades of Neon Blue #523BFE
Tints of Neon Blue #523BFE
RGB
CMYK
RGB Variations
Color information
#523BFE (or 0x523BFE) is known color: Neon Blue. HEX triplet: 52, 3B and FE. RGB value is (82,59,254). Sum of RGB (Red+Green+Blue) = 82+59+254=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #523BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523BFE is #ADC401. Grayscale: #575757. Windows color (decimal): -11387906 or 16661330. OLE color: 16661330.
HSL color Cylindrical-coordinate representation of color #523BFE: hue angle of 247.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #523BFE is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 59 | 254 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.00 |
| HSL | 247.08º | 0.99% | 0.61% | - |
| HSV(B) | 247.08º | 0.77% | 1% | - |
| XYZ | 22.93 | 12.08 | 94.89 | - |
| YUV | 88.11 | 221.62 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 254 | 0.68 | 0.77 | 0 | 0.00 | 247.08 | 0.99 | 0.61 |
| Hex | 52 | 3B | FE | 44 | 4D | 0 | 0 | F7 | 63 | 3D |
| Octal | 122 | 73 | 376 | 104 | 115 | 0 | 0 | 367 | 143 | 75 |
| Binary | 1010010 | 111011 | 11111110 | 1000100 | 1001101 | 0 | 0 | 11110111 | 1100011 | 111101 |
Color Harmonies of #523BFE
Complementary color
Monochromatic Colors of #523BFE
Black with #523BFE
Text Example
Text Example
White with #523BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BFE; }
p { color: rgb(82,59,254); }
H1.HeaderClassName
{
color: #523BFE;
}
.AnyTagClassName
{
color: #523BFE;
}
</style>
background-color css
<style>
a { background-color: #523BFE; }
a { background-color: rgb(82,59,254); }
div.DivClassName
{
background-color: #523BFE;
}
.BgClassName
{
background-color: #523BFE;
}
</style>
border-color css
<style>
span { border-color: #523BFE; }
span { border-color: rgb(82,59,254); }
td.TdClassName
{
border-color: #523BFE;
}
.TagClassName
{
border-color: #523BFE;
}
</style>