Shades of Neon Blue #1946F7
Tints of Neon Blue #1946F7
RGB
CMYK
RGB Variations
Color information
#1946F7 (or 0x1946F7) is known color: Neon Blue. HEX triplet: 19, 46 and F7. RGB value is (25,70,247). Sum of RGB (Red+Green+Blue) = 25+70+247=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 247 (96.88% from 255 or 72.22% from 342); Max value from RGB is 247 - color contains mainly: blue. Hex color #1946F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1946F7 is #E6B908. Grayscale: #4B4B4B. Windows color (decimal): -15120649 or 16205337. OLE color: 16205337.
HSL color Cylindrical-coordinate representation of color #1946F7: hue angle of 227.84º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1946F7 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 70 | 247 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.03 |
| HSL | 227.84º | 0.93% | 0.53% | - |
| HSV(B) | 227.84º | 0.9% | 0.97% | - |
| XYZ | 19.38 | 11.3 | 89.16 | - |
| YUV | 76.72 | 224.09 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 247 | 0.90 | 0.72 | 0 | 0.03 | 227.84 | 0.93 | 0.53 |
| Hex | 19 | 46 | F7 | 5A | 48 | 0 | 3 | E4 | 5D | 35 |
| Octal | 31 | 106 | 367 | 132 | 110 | 0 | 3 | 344 | 135 | 65 |
| Binary | 11001 | 1000110 | 11110111 | 1011010 | 1001000 | 0 | 11 | 11100100 | 1011101 | 110101 |
Color Harmonies of #1946F7
Complementary color
Monochromatic Colors of #1946F7
Black with #1946F7
Text Example
Text Example
White with #1946F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1946F7; }
p { color: rgb(25,70,247); }
H1.HeaderClassName
{
color: #1946F7;
}
.AnyTagClassName
{
color: #1946F7;
}
</style>
background-color css
<style>
a { background-color: #1946F7; }
a { background-color: rgb(25,70,247); }
div.DivClassName
{
background-color: #1946F7;
}
.BgClassName
{
background-color: #1946F7;
}
</style>
border-color css
<style>
span { border-color: #1946F7; }
span { border-color: rgb(25,70,247); }
td.TdClassName
{
border-color: #1946F7;
}
.TagClassName
{
border-color: #1946F7;
}
</style>