Shades of Neon Blue #5E40FD
Tints of Neon Blue #5E40FD
RGB
CMYK
RGB Variations
Color information
#5E40FD (or 0x5E40FD) is known color: Neon Blue. HEX triplet: 5E, 40 and FD. RGB value is (94,64,253). Sum of RGB (Red+Green+Blue) = 94+64+253=411 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.87% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E40FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E40FD is #A1BF02. Grayscale: #5D5D5D. Windows color (decimal): -10600195 or 16597086. OLE color: 16597086.
HSL color Cylindrical-coordinate representation of color #5E40FD: hue angle of 249.52º 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 #5E40FD is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 64 | 253 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.01 |
| HSL | 249.52º | 0.98% | 0.62% | - |
| HSV(B) | 249.52º | 0.75% | 0.99% | - |
| XYZ | 24.18 | 13.14 | 94.19 | - |
| YUV | 94.52 | 217.44 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 253 | 0.63 | 0.75 | 0 | 0.01 | 249.52 | 0.98 | 0.62 |
| Hex | 5E | 40 | FD | 3F | 4B | 0 | 1 | FA | 62 | 3E |
| Octal | 136 | 100 | 375 | 77 | 113 | 0 | 1 | 372 | 142 | 76 |
| Binary | 1011110 | 1000000 | 11111101 | 111111 | 1001011 | 0 | 1 | 11111010 | 1100010 | 111110 |
Color Harmonies of #5E40FD
Complementary color
Monochromatic Colors of #5E40FD
Black with #5E40FD
Text Example
Text Example
White with #5E40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E40FD; }
p { color: rgb(94,64,253); }
H1.HeaderClassName
{
color: #5E40FD;
}
.AnyTagClassName
{
color: #5E40FD;
}
</style>
background-color css
<style>
a { background-color: #5E40FD; }
a { background-color: rgb(94,64,253); }
div.DivClassName
{
background-color: #5E40FD;
}
.BgClassName
{
background-color: #5E40FD;
}
</style>
border-color css
<style>
span { border-color: #5E40FD; }
span { border-color: rgb(94,64,253); }
td.TdClassName
{
border-color: #5E40FD;
}
.TagClassName
{
border-color: #5E40FD;
}
</style>