Shades of Neon Blue #5A3CE5
Tints of Neon Blue #5A3CE5
RGB
CMYK
RGB Variations
Color information
#5A3CE5 (or 0x5A3CE5) is known color: Neon Blue. HEX triplet: 5A, 3C and E5. RGB value is (90,60,229). Sum of RGB (Red+Green+Blue) = 90+60+229=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #5A3CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3CE5 is #A5C31A. Grayscale: #575757. Windows color (decimal): -10863387 or 15023194. OLE color: 15023194.
HSL color Cylindrical-coordinate representation of color #5A3CE5: hue angle of 250.65º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A3CE5 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 60 | 229 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.10 |
| HSL | 250.65º | 0.76% | 0.57% | - |
| HSV(B) | 250.65º | 0.74% | 0.9% | - |
| XYZ | 19.98 | 11.06 | 75.21 | - |
| YUV | 88.24 | 207.44 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 229 | 0.61 | 0.74 | 0 | 0.10 | 250.65 | 0.76 | 0.57 |
| Hex | 5A | 3C | E5 | 3D | 4A | 0 | A | FB | 4C | 39 |
| Octal | 132 | 74 | 345 | 75 | 112 | 0 | 12 | 373 | 114 | 71 |
| Binary | 1011010 | 111100 | 11100101 | 111101 | 1001010 | 0 | 1010 | 11111011 | 1001100 | 111001 |
Color Harmonies of #5A3CE5
Complementary color
Monochromatic Colors of #5A3CE5
Black with #5A3CE5
Text Example
Text Example
White with #5A3CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3CE5; }
p { color: rgb(90,60,229); }
H1.HeaderClassName
{
color: #5A3CE5;
}
.AnyTagClassName
{
color: #5A3CE5;
}
</style>
background-color css
<style>
a { background-color: #5A3CE5; }
a { background-color: rgb(90,60,229); }
div.DivClassName
{
background-color: #5A3CE5;
}
.BgClassName
{
background-color: #5A3CE5;
}
</style>
border-color css
<style>
span { border-color: #5A3CE5; }
span { border-color: rgb(90,60,229); }
td.TdClassName
{
border-color: #5A3CE5;
}
.TagClassName
{
border-color: #5A3CE5;
}
</style>