Shades of Neon Blue #523FFB
Tints of Neon Blue #523FFB
RGB
CMYK
RGB Variations
Color information
#523FFB (or 0x523FFB) is known color: Neon Blue. HEX triplet: 52, 3F and FB. RGB value is (82,63,251). Sum of RGB (Red+Green+Blue) = 82+63+251=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #523FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523FFB is #ADC004. Grayscale: #595959. Windows color (decimal): -11386885 or 16465746. OLE color: 16465746.
HSL color Cylindrical-coordinate representation of color #523FFB: hue angle of 246.06º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #523FFB is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 63 | 251 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.02 |
| HSL | 246.06º | 0.96% | 0.62% | - |
| HSV(B) | 246.06º | 0.75% | 0.98% | - |
| XYZ | 22.67 | 12.31 | 92.45 | - |
| YUV | 90.11 | 218.79 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 251 | 0.67 | 0.75 | 0 | 0.02 | 246.06 | 0.96 | 0.62 |
| Hex | 52 | 3F | FB | 43 | 4B | 0 | 2 | F6 | 60 | 3E |
| Octal | 122 | 77 | 373 | 103 | 113 | 0 | 2 | 366 | 140 | 76 |
| Binary | 1010010 | 111111 | 11111011 | 1000011 | 1001011 | 0 | 10 | 11110110 | 1100000 | 111110 |
Color Harmonies of #523FFB
Complementary color
Monochromatic Colors of #523FFB
Black with #523FFB
Text Example
Text Example
White with #523FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523FFB; }
p { color: rgb(82,63,251); }
H1.HeaderClassName
{
color: #523FFB;
}
.AnyTagClassName
{
color: #523FFB;
}
</style>
background-color css
<style>
a { background-color: #523FFB; }
a { background-color: rgb(82,63,251); }
div.DivClassName
{
background-color: #523FFB;
}
.BgClassName
{
background-color: #523FFB;
}
</style>
border-color css
<style>
span { border-color: #523FFB; }
span { border-color: rgb(82,63,251); }
td.TdClassName
{
border-color: #523FFB;
}
.TagClassName
{
border-color: #523FFB;
}
</style>