Shades of Neon Blue #5A3EFF
Tints of Neon Blue #5A3EFF
RGB
CMYK
RGB Variations
Color information
#5A3EFF (or 0x5A3EFF) is known color: Neon Blue. HEX triplet: 5A, 3E and FF. RGB value is (90,62,255). Sum of RGB (Red+Green+Blue) = 90+62+255=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A3EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A3EFF is #A5C100. Grayscale: #5B5B5B. Windows color (decimal): -10862849 or 16727642. OLE color: 16727642.
HSL color Cylindrical-coordinate representation of color #5A3EFF: hue angle of 248.7º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A3EFF is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 62 | 255 | - |
| CMYK | 0.65 | 0.76 | 0 | 0 |
| HSL | 248.7º | 1% | 0.62% | - |
| HSV(B) | 248.7º | 0.76% | 1% | - |
| XYZ | 23.99 | 12.84 | 95.82 | - |
| YUV | 92.37 | 219.78 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 62 | 255 | 0.65 | 0.76 | 0 | 0 | 248.7 | 1 | 0.62 |
| Hex | 5A | 3E | FF | 41 | 4C | 0 | 0 | F9 | 64 | 3E |
| Octal | 132 | 76 | 377 | 101 | 114 | 0 | 0 | 371 | 144 | 76 |
| Binary | 1011010 | 111110 | 11111111 | 1000001 | 1001100 | 0 | 0 | 11111001 | 1100100 | 111110 |
Color Harmonies of #5A3EFF
Complementary color
Monochromatic Colors of #5A3EFF
Black with #5A3EFF
Text Example
Text Example
White with #5A3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3EFF; }
p { color: rgb(90,62,255); }
H1.HeaderClassName
{
color: #5A3EFF;
}
.AnyTagClassName
{
color: #5A3EFF;
}
</style>
background-color css
<style>
a { background-color: #5A3EFF; }
a { background-color: rgb(90,62,255); }
div.DivClassName
{
background-color: #5A3EFF;
}
.BgClassName
{
background-color: #5A3EFF;
}
</style>
border-color css
<style>
span { border-color: #5A3EFF; }
span { border-color: rgb(90,62,255); }
td.TdClassName
{
border-color: #5A3EFF;
}
.TagClassName
{
border-color: #5A3EFF;
}
</style>