Shades of Neon Blue #5E38FE
Tints of Neon Blue #5E38FE
RGB
CMYK
RGB Variations
Color information
#5E38FE (or 0x5E38FE) is known color: Neon Blue. HEX triplet: 5E, 38 and FE. RGB value is (94,56,254). Sum of RGB (Red+Green+Blue) = 94+56+254=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E38FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E38FE is #A1C701. Grayscale: #595959. Windows color (decimal): -10602242 or 16660574. OLE color: 16660574.
HSL color Cylindrical-coordinate representation of color #5E38FE: hue angle of 251.52º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E38FE is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 56 | 254 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.00 |
| HSL | 251.52º | 0.99% | 0.61% | - |
| HSV(B) | 251.52º | 0.78% | 1% | - |
| XYZ | 23.92 | 12.36 | 94.89 | - |
| YUV | 89.93 | 220.59 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 254 | 0.63 | 0.78 | 0 | 0.00 | 251.52 | 0.99 | 0.61 |
| Hex | 5E | 38 | FE | 3F | 4E | 0 | 0 | FC | 63 | 3D |
| Octal | 136 | 70 | 376 | 77 | 116 | 0 | 0 | 374 | 143 | 75 |
| Binary | 1011110 | 111000 | 11111110 | 111111 | 1001110 | 0 | 0 | 11111100 | 1100011 | 111101 |
Color Harmonies of #5E38FE
Complementary color
Monochromatic Colors of #5E38FE
Black with #5E38FE
Text Example
Text Example
White with #5E38FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E38FE; }
p { color: rgb(94,56,254); }
H1.HeaderClassName
{
color: #5E38FE;
}
.AnyTagClassName
{
color: #5E38FE;
}
</style>
background-color css
<style>
a { background-color: #5E38FE; }
a { background-color: rgb(94,56,254); }
div.DivClassName
{
background-color: #5E38FE;
}
.BgClassName
{
background-color: #5E38FE;
}
</style>
border-color css
<style>
span { border-color: #5E38FE; }
span { border-color: rgb(94,56,254); }
td.TdClassName
{
border-color: #5E38FE;
}
.TagClassName
{
border-color: #5E38FE;
}
</style>