Shades of Neon Blue #1946FF
Tints of Neon Blue #1946FF
RGB
CMYK
RGB Variations
Color information
#1946FF (or 0x1946FF) is known color: Neon Blue. HEX triplet: 19, 46 and FF. RGB value is (25,70,255). Sum of RGB (Red+Green+Blue) = 25+70+255=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #1946FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1946FF is #E6B900. Grayscale: #4C4C4C. Windows color (decimal): -15120641 or 16729625. OLE color: 16729625.
HSL color Cylindrical-coordinate representation of color #1946FF: hue angle of 228.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1946FF is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 70 | 255 | - |
| CMYK | 0.90 | 0.73 | 0 | 0 |
| HSL | 228.26º | 1% | 0.55% | - |
| HSV(B) | 228.26º | 0.9% | 1% | - |
| XYZ | 20.64 | 11.81 | 95.8 | - |
| YUV | 77.64 | 228.09 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 255 | 0.90 | 0.73 | 0 | 0 | 228.26 | 1 | 0.55 |
| Hex | 19 | 46 | FF | 5A | 49 | 0 | 0 | E4 | 64 | 37 |
| Octal | 31 | 106 | 377 | 132 | 111 | 0 | 0 | 344 | 144 | 67 |
| Binary | 11001 | 1000110 | 11111111 | 1011010 | 1001001 | 0 | 0 | 11100100 | 1100100 | 110111 |
Color Harmonies of #1946FF
Complementary color
Monochromatic Colors of #1946FF
Black with #1946FF
Text Example
Text Example
White with #1946FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1946FF; }
p { color: rgb(25,70,255); }
H1.HeaderClassName
{
color: #1946FF;
}
.AnyTagClassName
{
color: #1946FF;
}
</style>
background-color css
<style>
a { background-color: #1946FF; }
a { background-color: rgb(25,70,255); }
div.DivClassName
{
background-color: #1946FF;
}
.BgClassName
{
background-color: #1946FF;
}
</style>
border-color css
<style>
span { border-color: #1946FF; }
span { border-color: rgb(25,70,255); }
td.TdClassName
{
border-color: #1946FF;
}
.TagClassName
{
border-color: #1946FF;
}
</style>