Shades of Neon Blue #5A3CEC
Tints of Neon Blue #5A3CEC
RGB
CMYK
RGB Variations
Color information
#5A3CEC (or 0x5A3CEC) is known color: Neon Blue. HEX triplet: 5A, 3C and EC. RGB value is (90,60,236). Sum of RGB (Red+Green+Blue) = 90+60+236=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A3CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A3CEC is #A5C313. Grayscale: #585858. Windows color (decimal): -10863380 or 15481946. OLE color: 15481946.
HSL color Cylindrical-coordinate representation of color #5A3CEC: hue angle of 250.23º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A3CEC is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 60 | 236 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.07 |
| HSL | 250.23º | 0.82% | 0.58% | - |
| HSV(B) | 250.23º | 0.75% | 0.93% | - |
| XYZ | 20.97 | 11.46 | 80.46 | - |
| YUV | 89.03 | 210.94 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 236 | 0.62 | 0.75 | 0 | 0.07 | 250.23 | 0.82 | 0.58 |
| Hex | 5A | 3C | EC | 3E | 4B | 0 | 7 | FA | 52 | 3A |
| Octal | 132 | 74 | 354 | 76 | 113 | 0 | 7 | 372 | 122 | 72 |
| Binary | 1011010 | 111100 | 11101100 | 111110 | 1001011 | 0 | 111 | 11111010 | 1010010 | 111010 |
Color Harmonies of #5A3CEC
Complementary color
Monochromatic Colors of #5A3CEC
Black with #5A3CEC
Text Example
Text Example
White with #5A3CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3CEC; }
p { color: rgb(90,60,236); }
H1.HeaderClassName
{
color: #5A3CEC;
}
.AnyTagClassName
{
color: #5A3CEC;
}
</style>
background-color css
<style>
a { background-color: #5A3CEC; }
a { background-color: rgb(90,60,236); }
div.DivClassName
{
background-color: #5A3CEC;
}
.BgClassName
{
background-color: #5A3CEC;
}
</style>
border-color css
<style>
span { border-color: #5A3CEC; }
span { border-color: rgb(90,60,236); }
td.TdClassName
{
border-color: #5A3CEC;
}
.TagClassName
{
border-color: #5A3CEC;
}
</style>