Shades of Neon Blue #5E3CFE
Tints of Neon Blue #5E3CFE
RGB
CMYK
RGB Variations
Color information
#5E3CFE (or 0x5E3CFE) is known color: Neon Blue. HEX triplet: 5E, 3C and FE. RGB value is (94,60,254). Sum of RGB (Red+Green+Blue) = 94+60+254=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E3CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3CFE is #A1C301. Grayscale: #5B5B5B. Windows color (decimal): -10601218 or 16661598. OLE color: 16661598.
HSL color Cylindrical-coordinate representation of color #5E3CFE: hue angle of 250.52º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E3CFE is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 60 | 254 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.00 |
| HSL | 250.52º | 0.99% | 0.62% | - |
| HSV(B) | 250.52º | 0.76% | 1% | - |
| XYZ | 24.12 | 12.77 | 94.96 | - |
| YUV | 92.28 | 219.26 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 60 | 254 | 0.63 | 0.76 | 0 | 0.00 | 250.52 | 0.99 | 0.62 |
| Hex | 5E | 3C | FE | 3F | 4C | 0 | 0 | FB | 63 | 3E |
| Octal | 136 | 74 | 376 | 77 | 114 | 0 | 0 | 373 | 143 | 76 |
| Binary | 1011110 | 111100 | 11111110 | 111111 | 1001100 | 0 | 0 | 11111011 | 1100011 | 111110 |
Color Harmonies of #5E3CFE
Complementary color
Monochromatic Colors of #5E3CFE
Black with #5E3CFE
Text Example
Text Example
White with #5E3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3CFE; }
p { color: rgb(94,60,254); }
H1.HeaderClassName
{
color: #5E3CFE;
}
.AnyTagClassName
{
color: #5E3CFE;
}
</style>
background-color css
<style>
a { background-color: #5E3CFE; }
a { background-color: rgb(94,60,254); }
div.DivClassName
{
background-color: #5E3CFE;
}
.BgClassName
{
background-color: #5E3CFE;
}
</style>
border-color css
<style>
span { border-color: #5E3CFE; }
span { border-color: rgb(94,60,254); }
td.TdClassName
{
border-color: #5E3CFE;
}
.TagClassName
{
border-color: #5E3CFE;
}
</style>