Shades of Neon Blue #5A3CED
Tints of Neon Blue #5A3CED
RGB
CMYK
RGB Variations
Color information
#5A3CED (or 0x5A3CED) is known color: Neon Blue. HEX triplet: 5A, 3C and ED. RGB value is (90,60,237). Sum of RGB (Red+Green+Blue) = 90+60+237=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A3CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A3CED is #A5C312. Grayscale: #585858. Windows color (decimal): -10863379 or 15547482. OLE color: 15547482.
HSL color Cylindrical-coordinate representation of color #5A3CED: hue angle of 250.17º degrees, saturation: 0.83, 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 #5A3CED is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 60 | 237 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.07 |
| HSL | 250.17º | 0.83% | 0.58% | - |
| HSV(B) | 250.17º | 0.75% | 0.93% | - |
| XYZ | 21.12 | 11.52 | 81.23 | - |
| YUV | 89.15 | 211.44 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 237 | 0.62 | 0.75 | 0 | 0.07 | 250.17 | 0.83 | 0.58 |
| Hex | 5A | 3C | ED | 3E | 4B | 0 | 7 | FA | 53 | 3A |
| Octal | 132 | 74 | 355 | 76 | 113 | 0 | 7 | 372 | 123 | 72 |
| Binary | 1011010 | 111100 | 11101101 | 111110 | 1001011 | 0 | 111 | 11111010 | 1010011 | 111010 |
Color Harmonies of #5A3CED
Complementary color
Monochromatic Colors of #5A3CED
Black with #5A3CED
Text Example
Text Example
White with #5A3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3CED; }
p { color: rgb(90,60,237); }
H1.HeaderClassName
{
color: #5A3CED;
}
.AnyTagClassName
{
color: #5A3CED;
}
</style>
background-color css
<style>
a { background-color: #5A3CED; }
a { background-color: rgb(90,60,237); }
div.DivClassName
{
background-color: #5A3CED;
}
.BgClassName
{
background-color: #5A3CED;
}
</style>
border-color css
<style>
span { border-color: #5A3CED; }
span { border-color: rgb(90,60,237); }
td.TdClassName
{
border-color: #5A3CED;
}
.TagClassName
{
border-color: #5A3CED;
}
</style>