Shades of Neon Blue #5E55F6
Tints of Neon Blue #5E55F6
RGB
CMYK
RGB Variations
Color information
#5E55F6 (or 0x5E55F6) is known color: Neon Blue. HEX triplet: 5E, 55 and F6. RGB value is (94,85,246). Sum of RGB (Red+Green+Blue) = 94+85+246=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #5E55F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E55F6 is #A1AA09. Grayscale: #696969. Windows color (decimal): -10594826 or 16143710. OLE color: 16143710.
HSL color Cylindrical-coordinate representation of color #5E55F6: hue angle of 243.35º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E55F6 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 85 | 246 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.04 |
| HSL | 243.35º | 0.9% | 0.65% | - |
| HSV(B) | 243.35º | 0.65% | 0.96% | - |
| XYZ | 24.5 | 15.53 | 88.9 | - |
| YUV | 106.05 | 206.98 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 246 | 0.62 | 0.65 | 0 | 0.04 | 243.35 | 0.9 | 0.65 |
| Hex | 5E | 55 | F6 | 3E | 41 | 0 | 4 | F3 | 5A | 41 |
| Octal | 136 | 125 | 366 | 76 | 101 | 0 | 4 | 363 | 132 | 101 |
| Binary | 1011110 | 1010101 | 11110110 | 111110 | 1000001 | 0 | 100 | 11110011 | 1011010 | 1000001 |
Color Harmonies of #5E55F6
Complementary color
Monochromatic Colors of #5E55F6
Black with #5E55F6
Text Example
Text Example
White with #5E55F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E55F6; }
p { color: rgb(94,85,246); }
H1.HeaderClassName
{
color: #5E55F6;
}
.AnyTagClassName
{
color: #5E55F6;
}
</style>
background-color css
<style>
a { background-color: #5E55F6; }
a { background-color: rgb(94,85,246); }
div.DivClassName
{
background-color: #5E55F6;
}
.BgClassName
{
background-color: #5E55F6;
}
</style>
border-color css
<style>
span { border-color: #5E55F6; }
span { border-color: rgb(94,85,246); }
td.TdClassName
{
border-color: #5E55F6;
}
.TagClassName
{
border-color: #5E55F6;
}
</style>