Shades of Neon Blue #523DFE
Tints of Neon Blue #523DFE
RGB
CMYK
RGB Variations
Color information
#523DFE (or 0x523DFE) is known color: Neon Blue. HEX triplet: 52, 3D and FE. RGB value is (82,61,254). Sum of RGB (Red+Green+Blue) = 82+61+254=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #523DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523DFE is #ADC201. Grayscale: #585858. Windows color (decimal): -11387394 or 16661842. OLE color: 16661842.
HSL color Cylindrical-coordinate representation of color #523DFE: hue angle of 246.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #523DFE is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 61 | 254 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.00 |
| HSL | 246.53º | 0.99% | 0.62% | - |
| HSV(B) | 246.53º | 0.76% | 1% | - |
| XYZ | 23.04 | 12.29 | 94.92 | - |
| YUV | 89.28 | 220.96 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 254 | 0.68 | 0.76 | 0 | 0.00 | 246.53 | 0.99 | 0.62 |
| Hex | 52 | 3D | FE | 44 | 4C | 0 | 0 | F7 | 63 | 3E |
| Octal | 122 | 75 | 376 | 104 | 114 | 0 | 0 | 367 | 143 | 76 |
| Binary | 1010010 | 111101 | 11111110 | 1000100 | 1001100 | 0 | 0 | 11110111 | 1100011 | 111110 |
Color Harmonies of #523DFE
Complementary color
Monochromatic Colors of #523DFE
Black with #523DFE
Text Example
Text Example
White with #523DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523DFE; }
p { color: rgb(82,61,254); }
H1.HeaderClassName
{
color: #523DFE;
}
.AnyTagClassName
{
color: #523DFE;
}
</style>
background-color css
<style>
a { background-color: #523DFE; }
a { background-color: rgb(82,61,254); }
div.DivClassName
{
background-color: #523DFE;
}
.BgClassName
{
background-color: #523DFE;
}
</style>
border-color css
<style>
span { border-color: #523DFE; }
span { border-color: rgb(82,61,254); }
td.TdClassName
{
border-color: #523DFE;
}
.TagClassName
{
border-color: #523DFE;
}
</style>