Shades of Neon Blue #5E4CFD
Tints of Neon Blue #5E4CFD
RGB
CMYK
RGB Variations
Color information
#5E4CFD (or 0x5E4CFD) is known color: Neon Blue. HEX triplet: 5E, 4C and FD. RGB value is (94,76,253). Sum of RGB (Red+Green+Blue) = 94+76+253=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E4CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4CFD is #A1B302. Grayscale: #646464. Windows color (decimal): -10597123 or 16600158. OLE color: 16600158.
HSL color Cylindrical-coordinate representation of color #5E4CFD: hue angle of 246.1º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E4CFD is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 76 | 253 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.01 |
| HSL | 246.1º | 0.98% | 0.65% | - |
| HSV(B) | 246.1º | 0.7% | 0.99% | - |
| XYZ | 24.93 | 14.64 | 94.44 | - |
| YUV | 101.56 | 213.46 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 76 | 253 | 0.63 | 0.70 | 0 | 0.01 | 246.1 | 0.98 | 0.65 |
| Hex | 5E | 4C | FD | 3F | 46 | 0 | 1 | F6 | 62 | 41 |
| Octal | 136 | 114 | 375 | 77 | 106 | 0 | 1 | 366 | 142 | 101 |
| Binary | 1011110 | 1001100 | 11111101 | 111111 | 1000110 | 0 | 1 | 11110110 | 1100010 | 1000001 |
Color Harmonies of #5E4CFD
Complementary color
Monochromatic Colors of #5E4CFD
Black with #5E4CFD
Text Example
Text Example
White with #5E4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4CFD; }
p { color: rgb(94,76,253); }
H1.HeaderClassName
{
color: #5E4CFD;
}
.AnyTagClassName
{
color: #5E4CFD;
}
</style>
background-color css
<style>
a { background-color: #5E4CFD; }
a { background-color: rgb(94,76,253); }
div.DivClassName
{
background-color: #5E4CFD;
}
.BgClassName
{
background-color: #5E4CFD;
}
</style>
border-color css
<style>
span { border-color: #5E4CFD; }
span { border-color: rgb(94,76,253); }
td.TdClassName
{
border-color: #5E4CFD;
}
.TagClassName
{
border-color: #5E4CFD;
}
</style>