Shades of Neon Blue #1946FE
Tints of Neon Blue #1946FE
RGB
CMYK
RGB Variations
Color information
#1946FE (or 0x1946FE) is known color: Neon Blue. HEX triplet: 19, 46 and FE. RGB value is (25,70,254). Sum of RGB (Red+Green+Blue) = 25+70+254=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #1946FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1946FE is #E6B901. Grayscale: #4C4C4C. Windows color (decimal): -15120642 or 16664089. OLE color: 16664089.
HSL color Cylindrical-coordinate representation of color #1946FE: hue angle of 228.21º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1946FE is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 70 | 254 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.00 |
| HSL | 228.21º | 0.99% | 0.55% | - |
| HSV(B) | 228.21º | 0.9% | 1% | - |
| XYZ | 20.48 | 11.74 | 94.95 | - |
| YUV | 77.52 | 227.59 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 254 | 0.90 | 0.72 | 0 | 0.00 | 228.21 | 0.99 | 0.55 |
| Hex | 19 | 46 | FE | 5A | 48 | 0 | 0 | E4 | 63 | 37 |
| Octal | 31 | 106 | 376 | 132 | 110 | 0 | 0 | 344 | 143 | 67 |
| Binary | 11001 | 1000110 | 11111110 | 1011010 | 1001000 | 0 | 0 | 11100100 | 1100011 | 110111 |
Color Harmonies of #1946FE
Complementary color
Monochromatic Colors of #1946FE
Black with #1946FE
Text Example
Text Example
White with #1946FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1946FE; }
p { color: rgb(25,70,254); }
H1.HeaderClassName
{
color: #1946FE;
}
.AnyTagClassName
{
color: #1946FE;
}
</style>
background-color css
<style>
a { background-color: #1946FE; }
a { background-color: rgb(25,70,254); }
div.DivClassName
{
background-color: #1946FE;
}
.BgClassName
{
background-color: #1946FE;
}
</style>
border-color css
<style>
span { border-color: #1946FE; }
span { border-color: rgb(25,70,254); }
td.TdClassName
{
border-color: #1946FE;
}
.TagClassName
{
border-color: #1946FE;
}
</style>