Shades of Neon Blue #5E5FEF
Tints of Neon Blue #5E5FEF
RGB
CMYK
RGB Variations
Color information
#5E5FEF (or 0x5E5FEF) is known color: Neon Blue. HEX triplet: 5E, 5F and EF. RGB value is (94,95,239). Sum of RGB (Red+Green+Blue) = 94+95+239=428 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.96% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E5FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5FEF is #A1A010. Grayscale: #6E6E6E. Windows color (decimal): -10592273 or 15687518. OLE color: 15687518.
HSL color Cylindrical-coordinate representation of color #5E5FEF: hue angle of 239.59º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E5FEF is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 95 | 239 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.06 |
| HSL | 239.59º | 0.82% | 0.65% | - |
| HSV(B) | 239.59º | 0.61% | 0.94% | - |
| XYZ | 24.29 | 16.8 | 83.62 | - |
| YUV | 111.12 | 200.17 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 239 | 0.61 | 0.60 | 0 | 0.06 | 239.59 | 0.82 | 0.65 |
| Hex | 5E | 5F | EF | 3D | 3C | 0 | 6 | F0 | 52 | 41 |
| Octal | 136 | 137 | 357 | 75 | 74 | 0 | 6 | 360 | 122 | 101 |
| Binary | 1011110 | 1011111 | 11101111 | 111101 | 111100 | 0 | 110 | 11110000 | 1010010 | 1000001 |
Color Harmonies of #5E5FEF
Complementary color
Monochromatic Colors of #5E5FEF
Black with #5E5FEF
Text Example
Text Example
White with #5E5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5FEF; }
p { color: rgb(94,95,239); }
H1.HeaderClassName
{
color: #5E5FEF;
}
.AnyTagClassName
{
color: #5E5FEF;
}
</style>
background-color css
<style>
a { background-color: #5E5FEF; }
a { background-color: rgb(94,95,239); }
div.DivClassName
{
background-color: #5E5FEF;
}
.BgClassName
{
background-color: #5E5FEF;
}
</style>
border-color css
<style>
span { border-color: #5E5FEF; }
span { border-color: rgb(94,95,239); }
td.TdClassName
{
border-color: #5E5FEF;
}
.TagClassName
{
border-color: #5E5FEF;
}
</style>