Shades of Neon Blue #5A41FF
Tints of Neon Blue #5A41FF
RGB
CMYK
RGB Variations
Color information
#5A41FF (or 0x5A41FF) is known color: Neon Blue. HEX triplet: 5A, 41 and FF. RGB value is (90,65,255). Sum of RGB (Red+Green+Blue) = 90+65+255=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A41FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A41FF is #A5BE00. Grayscale: #5D5D5D. Windows color (decimal): -10862081 or 16728410. OLE color: 16728410.
HSL color Cylindrical-coordinate representation of color #5A41FF: hue angle of 247.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A41FF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 65 | 255 | - |
| CMYK | 0.65 | 0.75 | 0 | 0 |
| HSL | 247.89º | 1% | 0.63% | - |
| HSV(B) | 247.89º | 0.75% | 1% | - |
| XYZ | 24.16 | 13.17 | 95.88 | - |
| YUV | 94.14 | 218.78 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 255 | 0.65 | 0.75 | 0 | 0 | 247.89 | 1 | 0.63 |
| Hex | 5A | 41 | FF | 41 | 4B | 0 | 0 | F8 | 64 | 3F |
| Octal | 132 | 101 | 377 | 101 | 113 | 0 | 0 | 370 | 144 | 77 |
| Binary | 1011010 | 1000001 | 11111111 | 1000001 | 1001011 | 0 | 0 | 11111000 | 1100100 | 111111 |
Color Harmonies of #5A41FF
Complementary color
Monochromatic Colors of #5A41FF
Black with #5A41FF
Text Example
Text Example
White with #5A41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A41FF; }
p { color: rgb(90,65,255); }
H1.HeaderClassName
{
color: #5A41FF;
}
.AnyTagClassName
{
color: #5A41FF;
}
</style>
background-color css
<style>
a { background-color: #5A41FF; }
a { background-color: rgb(90,65,255); }
div.DivClassName
{
background-color: #5A41FF;
}
.BgClassName
{
background-color: #5A41FF;
}
</style>
border-color css
<style>
span { border-color: #5A41FF; }
span { border-color: rgb(90,65,255); }
td.TdClassName
{
border-color: #5A41FF;
}
.TagClassName
{
border-color: #5A41FF;
}
</style>