Shades of Neon Blue #5A47E5
Tints of Neon Blue #5A47E5
RGB
CMYK
RGB Variations
Color information
#5A47E5 (or 0x5A47E5) is known color: Neon Blue. HEX triplet: 5A, 47 and E5. RGB value is (90,71,229). Sum of RGB (Red+Green+Blue) = 90+71+229=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 229 (89.84% from 255 or 58.72% from 390); Max value from RGB is 229 - color contains mainly: blue. Hex color #5A47E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A47E5 is #A5B81A. Grayscale: #5E5E5E. Windows color (decimal): -10860571 or 15026010. OLE color: 15026010.
HSL color Cylindrical-coordinate representation of color #5A47E5: hue angle of 247.22º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A47E5 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 71 | 229 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.10 |
| HSL | 247.22º | 0.75% | 0.59% | - |
| HSV(B) | 247.22º | 0.69% | 0.9% | - |
| XYZ | 20.61 | 12.34 | 75.42 | - |
| YUV | 94.69 | 203.79 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 229 | 0.61 | 0.69 | 0 | 0.10 | 247.22 | 0.75 | 0.59 |
| Hex | 5A | 47 | E5 | 3D | 45 | 0 | A | F7 | 4B | 3B |
| Octal | 132 | 107 | 345 | 75 | 105 | 0 | 12 | 367 | 113 | 73 |
| Binary | 1011010 | 1000111 | 11100101 | 111101 | 1000101 | 0 | 1010 | 11110111 | 1001011 | 111011 |
Color Harmonies of #5A47E5
Complementary color
Monochromatic Colors of #5A47E5
Black with #5A47E5
Text Example
Text Example
White with #5A47E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A47E5; }
p { color: rgb(90,71,229); }
H1.HeaderClassName
{
color: #5A47E5;
}
.AnyTagClassName
{
color: #5A47E5;
}
</style>
background-color css
<style>
a { background-color: #5A47E5; }
a { background-color: rgb(90,71,229); }
div.DivClassName
{
background-color: #5A47E5;
}
.BgClassName
{
background-color: #5A47E5;
}
</style>
border-color css
<style>
span { border-color: #5A47E5; }
span { border-color: rgb(90,71,229); }
td.TdClassName
{
border-color: #5A47E5;
}
.TagClassName
{
border-color: #5A47E5;
}
</style>