Shades of Neon Blue #5A40FF
Tints of Neon Blue #5A40FF
RGB
CMYK
RGB Variations
Color information
#5A40FF (or 0x5A40FF) is known color: Neon Blue. HEX triplet: 5A, 40 and FF. RGB value is (90,64,255). Sum of RGB (Red+Green+Blue) = 90+64+255=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A40FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A40FF is #A5BF00. Grayscale: #5C5C5C. Windows color (decimal): -10862337 or 16728154. OLE color: 16728154.
HSL color Cylindrical-coordinate representation of color #5A40FF: hue angle of 248.17º 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 #5A40FF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 64 | 255 | - |
| CMYK | 0.65 | 0.75 | 0 | 0 |
| HSL | 248.17º | 1% | 0.63% | - |
| HSV(B) | 248.17º | 0.75% | 1% | - |
| XYZ | 24.1 | 13.06 | 95.86 | - |
| YUV | 93.55 | 219.11 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 255 | 0.65 | 0.75 | 0 | 0 | 248.17 | 1 | 0.63 |
| Hex | 5A | 40 | FF | 41 | 4B | 0 | 0 | F8 | 64 | 3F |
| Octal | 132 | 100 | 377 | 101 | 113 | 0 | 0 | 370 | 144 | 77 |
| Binary | 1011010 | 1000000 | 11111111 | 1000001 | 1001011 | 0 | 0 | 11111000 | 1100100 | 111111 |
Color Harmonies of #5A40FF
Complementary color
Monochromatic Colors of #5A40FF
Black with #5A40FF
Text Example
Text Example
White with #5A40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A40FF; }
p { color: rgb(90,64,255); }
H1.HeaderClassName
{
color: #5A40FF;
}
.AnyTagClassName
{
color: #5A40FF;
}
</style>
background-color css
<style>
a { background-color: #5A40FF; }
a { background-color: rgb(90,64,255); }
div.DivClassName
{
background-color: #5A40FF;
}
.BgClassName
{
background-color: #5A40FF;
}
</style>
border-color css
<style>
span { border-color: #5A40FF; }
span { border-color: rgb(90,64,255); }
td.TdClassName
{
border-color: #5A40FF;
}
.TagClassName
{
border-color: #5A40FF;
}
</style>