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