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