Shades of Neon Blue #5E38F5
Tints of Neon Blue #5E38F5
RGB
CMYK
RGB Variations
Color information
#5E38F5 (or 0x5E38F5) is known color: Neon Blue. HEX triplet: 5E, 38 and F5. RGB value is (94,56,245). Sum of RGB (Red+Green+Blue) = 94+56+245=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 245 (96.09% from 255 or 62.03% from 395); Max value from RGB is 245 - color contains mainly: blue. Hex color #5E38F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E38F5 is #A1C70A. Grayscale: #585858. Windows color (decimal): -10602251 or 16070750. OLE color: 16070750.
HSL color Cylindrical-coordinate representation of color #5E38F5: hue angle of 252.06º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E38F5 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 56 | 245 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.04 |
| HSL | 252.06º | 0.9% | 0.59% | - |
| HSV(B) | 252.06º | 0.77% | 0.96% | - |
| XYZ | 22.51 | 11.8 | 87.48 | - |
| YUV | 88.91 | 216.09 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 245 | 0.62 | 0.77 | 0 | 0.04 | 252.06 | 0.9 | 0.59 |
| Hex | 5E | 38 | F5 | 3E | 4D | 0 | 4 | FC | 5A | 3B |
| Octal | 136 | 70 | 365 | 76 | 115 | 0 | 4 | 374 | 132 | 73 |
| Binary | 1011110 | 111000 | 11110101 | 111110 | 1001101 | 0 | 100 | 11111100 | 1011010 | 111011 |
Color Harmonies of #5E38F5
Complementary color
Monochromatic Colors of #5E38F5
Black with #5E38F5
Text Example
Text Example
White with #5E38F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E38F5; }
p { color: rgb(94,56,245); }
H1.HeaderClassName
{
color: #5E38F5;
}
.AnyTagClassName
{
color: #5E38F5;
}
</style>
background-color css
<style>
a { background-color: #5E38F5; }
a { background-color: rgb(94,56,245); }
div.DivClassName
{
background-color: #5E38F5;
}
.BgClassName
{
background-color: #5E38F5;
}
</style>
border-color css
<style>
span { border-color: #5E38F5; }
span { border-color: rgb(94,56,245); }
td.TdClassName
{
border-color: #5E38F5;
}
.TagClassName
{
border-color: #5E38F5;
}
</style>