Shades of Neon Blue #5E50FC
Tints of Neon Blue #5E50FC
RGB
CMYK
RGB Variations
Color information
#5E50FC (or 0x5E50FC) is known color: Neon Blue. HEX triplet: 5E, 50 and FC. RGB value is (94,80,252). Sum of RGB (Red+Green+Blue) = 94+80+252=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E50FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E50FC is #A1AF03. Grayscale: #676767. Windows color (decimal): -10596100 or 16535646. OLE color: 16535646.
HSL color Cylindrical-coordinate representation of color #5E50FC: hue angle of 244.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E50FC is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 80 | 252 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.01 |
| HSL | 244.88º | 0.97% | 0.65% | - |
| HSV(B) | 244.88º | 0.68% | 0.99% | - |
| XYZ | 25.06 | 15.15 | 93.7 | - |
| YUV | 103.79 | 211.64 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 252 | 0.63 | 0.68 | 0 | 0.01 | 244.88 | 0.97 | 0.65 |
| Hex | 5E | 50 | FC | 3F | 44 | 0 | 1 | F5 | 61 | 41 |
| Octal | 136 | 120 | 374 | 77 | 104 | 0 | 1 | 365 | 141 | 101 |
| Binary | 1011110 | 1010000 | 11111100 | 111111 | 1000100 | 0 | 1 | 11110101 | 1100001 | 1000001 |
Color Harmonies of #5E50FC
Complementary color
Monochromatic Colors of #5E50FC
Black with #5E50FC
Text Example
Text Example
White with #5E50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E50FC; }
p { color: rgb(94,80,252); }
H1.HeaderClassName
{
color: #5E50FC;
}
.AnyTagClassName
{
color: #5E50FC;
}
</style>
background-color css
<style>
a { background-color: #5E50FC; }
a { background-color: rgb(94,80,252); }
div.DivClassName
{
background-color: #5E50FC;
}
.BgClassName
{
background-color: #5E50FC;
}
</style>
border-color css
<style>
span { border-color: #5E50FC; }
span { border-color: rgb(94,80,252); }
td.TdClassName
{
border-color: #5E50FC;
}
.TagClassName
{
border-color: #5E50FC;
}
</style>