Shades of Neon Blue #1946FB
Tints of Neon Blue #1946FB
RGB
CMYK
RGB Variations
Color information
#1946FB (or 0x1946FB) is known color: Neon Blue. HEX triplet: 19, 46 and FB. RGB value is (25,70,251). Sum of RGB (Red+Green+Blue) = 25+70+251=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #1946FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1946FB is #E6B904. Grayscale: #4C4C4C. Windows color (decimal): -15120645 or 16467481. OLE color: 16467481.
HSL color Cylindrical-coordinate representation of color #1946FB: hue angle of 228.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1946FB is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 70 | 251 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.02 |
| HSL | 228.05º | 0.97% | 0.54% | - |
| HSV(B) | 228.05º | 0.9% | 0.98% | - |
| XYZ | 20 | 11.55 | 92.44 | - |
| YUV | 77.18 | 226.09 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 251 | 0.90 | 0.72 | 0 | 0.02 | 228.05 | 0.97 | 0.54 |
| Hex | 19 | 46 | FB | 5A | 48 | 0 | 2 | E4 | 61 | 36 |
| Octal | 31 | 106 | 373 | 132 | 110 | 0 | 2 | 344 | 141 | 66 |
| Binary | 11001 | 1000110 | 11111011 | 1011010 | 1001000 | 0 | 10 | 11100100 | 1100001 | 110110 |
Color Harmonies of #1946FB
Complementary color
Monochromatic Colors of #1946FB
Black with #1946FB
Text Example
Text Example
White with #1946FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1946FB; }
p { color: rgb(25,70,251); }
H1.HeaderClassName
{
color: #1946FB;
}
.AnyTagClassName
{
color: #1946FB;
}
</style>
background-color css
<style>
a { background-color: #1946FB; }
a { background-color: rgb(25,70,251); }
div.DivClassName
{
background-color: #1946FB;
}
.BgClassName
{
background-color: #1946FB;
}
</style>
border-color css
<style>
span { border-color: #1946FB; }
span { border-color: rgb(25,70,251); }
td.TdClassName
{
border-color: #1946FB;
}
.TagClassName
{
border-color: #1946FB;
}
</style>