Shades of Neon Blue #4946F7
Tints of Neon Blue #4946F7
RGB
CMYK
RGB Variations
Color information
#4946F7 (or 0x4946F7) is known color: Neon Blue. HEX triplet: 49, 46 and F7. RGB value is (73,70,247). Sum of RGB (Red+Green+Blue) = 73+70+247=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #4946F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4946F7 is #B6B908. Grayscale: #5A5A5A. Windows color (decimal): -11974921 or 16205385. OLE color: 16205385.
HSL color Cylindrical-coordinate representation of color #4946F7: hue angle of 241.02º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4946F7 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 70 | 247 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.03 |
| HSL | 241.02º | 0.92% | 0.62% | - |
| HSV(B) | 241.02º | 0.72% | 0.97% | - |
| XYZ | 21.73 | 12.51 | 89.27 | - |
| YUV | 91.08 | 215.99 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 247 | 0.70 | 0.72 | 0 | 0.03 | 241.02 | 0.92 | 0.62 |
| Hex | 49 | 46 | F7 | 46 | 48 | 0 | 3 | F1 | 5C | 3E |
| Octal | 111 | 106 | 367 | 106 | 110 | 0 | 3 | 361 | 134 | 76 |
| Binary | 1001001 | 1000110 | 11110111 | 1000110 | 1001000 | 0 | 11 | 11110001 | 1011100 | 111110 |
Color Harmonies of #4946F7
Complementary color
Monochromatic Colors of #4946F7
Black with #4946F7
Text Example
Text Example
White with #4946F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4946F7; }
p { color: rgb(73,70,247); }
H1.HeaderClassName
{
color: #4946F7;
}
.AnyTagClassName
{
color: #4946F7;
}
</style>
background-color css
<style>
a { background-color: #4946F7; }
a { background-color: rgb(73,70,247); }
div.DivClassName
{
background-color: #4946F7;
}
.BgClassName
{
background-color: #4946F7;
}
</style>
border-color css
<style>
span { border-color: #4946F7; }
span { border-color: rgb(73,70,247); }
td.TdClassName
{
border-color: #4946F7;
}
.TagClassName
{
border-color: #4946F7;
}
</style>