Shades of Neon Blue #4943FE
Tints of Neon Blue #4943FE
RGB
CMYK
RGB Variations
Color information
#4943FE (or 0x4943FE) is known color: Neon Blue. HEX triplet: 49, 43 and FE. RGB value is (73,67,254). Sum of RGB (Red+Green+Blue) = 73+67+254=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #4943FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4943FE is #B6BC01. Grayscale: #595959. Windows color (decimal): -11975682 or 16663369. OLE color: 16663369.
HSL color Cylindrical-coordinate representation of color #4943FE: hue angle of 241.93º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4943FE is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 67 | 254 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.00 |
| HSL | 241.93º | 0.99% | 0.63% | - |
| HSV(B) | 241.93º | 0.74% | 1% | - |
| XYZ | 22.64 | 12.59 | 95 | - |
| YUV | 90.11 | 220.49 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 254 | 0.71 | 0.74 | 0 | 0.00 | 241.93 | 0.99 | 0.63 |
| Hex | 49 | 43 | FE | 47 | 4A | 0 | 0 | F2 | 63 | 3F |
| Octal | 111 | 103 | 376 | 107 | 112 | 0 | 0 | 362 | 143 | 77 |
| Binary | 1001001 | 1000011 | 11111110 | 1000111 | 1001010 | 0 | 0 | 11110010 | 1100011 | 111111 |
Color Harmonies of #4943FE
Complementary color
Monochromatic Colors of #4943FE
Black with #4943FE
Text Example
Text Example
White with #4943FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4943FE; }
p { color: rgb(73,67,254); }
H1.HeaderClassName
{
color: #4943FE;
}
.AnyTagClassName
{
color: #4943FE;
}
</style>
background-color css
<style>
a { background-color: #4943FE; }
a { background-color: rgb(73,67,254); }
div.DivClassName
{
background-color: #4943FE;
}
.BgClassName
{
background-color: #4943FE;
}
</style>
border-color css
<style>
span { border-color: #4943FE; }
span { border-color: rgb(73,67,254); }
td.TdClassName
{
border-color: #4943FE;
}
.TagClassName
{
border-color: #4943FE;
}
</style>