Shades of Neon Blue #5A40FD
Tints of Neon Blue #5A40FD
RGB
CMYK
RGB Variations
Color information
#5A40FD (or 0x5A40FD) is known color: Neon Blue. HEX triplet: 5A, 40 and FD. RGB value is (90,64,253). Sum of RGB (Red+Green+Blue) = 90+64+253=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A40FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A40FD is #A5BF02. Grayscale: #5C5C5C. Windows color (decimal): -10862339 or 16597082. OLE color: 16597082.
HSL color Cylindrical-coordinate representation of color #5A40FD: hue angle of 248.25º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A40FD is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 64 | 253 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.01 |
| HSL | 248.25º | 0.98% | 0.62% | - |
| HSV(B) | 248.25º | 0.75% | 0.99% | - |
| XYZ | 23.78 | 12.93 | 94.17 | - |
| YUV | 93.32 | 218.11 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 253 | 0.64 | 0.75 | 0 | 0.01 | 248.25 | 0.98 | 0.62 |
| Hex | 5A | 40 | FD | 40 | 4B | 0 | 1 | F8 | 62 | 3E |
| Octal | 132 | 100 | 375 | 100 | 113 | 0 | 1 | 370 | 142 | 76 |
| Binary | 1011010 | 1000000 | 11111101 | 1000000 | 1001011 | 0 | 1 | 11111000 | 1100010 | 111110 |
Color Harmonies of #5A40FD
Complementary color
Monochromatic Colors of #5A40FD
Black with #5A40FD
Text Example
Text Example
White with #5A40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A40FD; }
p { color: rgb(90,64,253); }
H1.HeaderClassName
{
color: #5A40FD;
}
.AnyTagClassName
{
color: #5A40FD;
}
</style>
background-color css
<style>
a { background-color: #5A40FD; }
a { background-color: rgb(90,64,253); }
div.DivClassName
{
background-color: #5A40FD;
}
.BgClassName
{
background-color: #5A40FD;
}
</style>
border-color css
<style>
span { border-color: #5A40FD; }
span { border-color: rgb(90,64,253); }
td.TdClassName
{
border-color: #5A40FD;
}
.TagClassName
{
border-color: #5A40FD;
}
</style>