Shades of Neon Blue #4940FE
Tints of Neon Blue #4940FE
RGB
CMYK
RGB Variations
Color information
#4940FE (or 0x4940FE) is known color: Neon Blue. HEX triplet: 49, 40 and FE. RGB value is (73,64,254). Sum of RGB (Red+Green+Blue) = 73+64+254=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #4940FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4940FE is #B6BF01. Grayscale: #575757. Windows color (decimal): -11976450 or 16662601. OLE color: 16662601.
HSL color Cylindrical-coordinate representation of color #4940FE: hue angle of 242.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4940FE is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 64 | 254 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.00 |
| HSL | 242.84º | 0.99% | 0.62% | - |
| HSV(B) | 242.84º | 0.75% | 1% | - |
| XYZ | 22.47 | 12.24 | 94.94 | - |
| YUV | 88.35 | 221.48 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 254 | 0.71 | 0.75 | 0 | 0.00 | 242.84 | 0.99 | 0.62 |
| Hex | 49 | 40 | FE | 47 | 4B | 0 | 0 | F3 | 63 | 3E |
| Octal | 111 | 100 | 376 | 107 | 113 | 0 | 0 | 363 | 143 | 76 |
| Binary | 1001001 | 1000000 | 11111110 | 1000111 | 1001011 | 0 | 0 | 11110011 | 1100011 | 111110 |
Color Harmonies of #4940FE
Complementary color
Monochromatic Colors of #4940FE
Black with #4940FE
Text Example
Text Example
White with #4940FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4940FE; }
p { color: rgb(73,64,254); }
H1.HeaderClassName
{
color: #4940FE;
}
.AnyTagClassName
{
color: #4940FE;
}
</style>
background-color css
<style>
a { background-color: #4940FE; }
a { background-color: rgb(73,64,254); }
div.DivClassName
{
background-color: #4940FE;
}
.BgClassName
{
background-color: #4940FE;
}
</style>
border-color css
<style>
span { border-color: #4940FE; }
span { border-color: rgb(73,64,254); }
td.TdClassName
{
border-color: #4940FE;
}
.TagClassName
{
border-color: #4940FE;
}
</style>