Shades of Neon Blue #1946FD
Tints of Neon Blue #1946FD
RGB
CMYK
RGB Variations
Color information
#1946FD (or 0x1946FD) is known color: Neon Blue. HEX triplet: 19, 46 and FD. RGB value is (25,70,253). Sum of RGB (Red+Green+Blue) = 25+70+253=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #1946FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1946FD is #E6B902. Grayscale: #4C4C4C. Windows color (decimal): -15120643 or 16598553. OLE color: 16598553.
HSL color Cylindrical-coordinate representation of color #1946FD: hue angle of 228.16º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1946FD is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 70 | 253 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.01 |
| HSL | 228.16º | 0.98% | 0.55% | - |
| HSV(B) | 228.16º | 0.9% | 0.99% | - |
| XYZ | 20.32 | 11.68 | 94.11 | - |
| YUV | 77.41 | 227.09 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 253 | 0.90 | 0.72 | 0 | 0.01 | 228.16 | 0.98 | 0.55 |
| Hex | 19 | 46 | FD | 5A | 48 | 0 | 1 | E4 | 62 | 37 |
| Octal | 31 | 106 | 375 | 132 | 110 | 0 | 1 | 344 | 142 | 67 |
| Binary | 11001 | 1000110 | 11111101 | 1011010 | 1001000 | 0 | 1 | 11100100 | 1100010 | 110111 |
Color Harmonies of #1946FD
Complementary color
Monochromatic Colors of #1946FD
Black with #1946FD
Text Example
Text Example
White with #1946FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1946FD; }
p { color: rgb(25,70,253); }
H1.HeaderClassName
{
color: #1946FD;
}
.AnyTagClassName
{
color: #1946FD;
}
</style>
background-color css
<style>
a { background-color: #1946FD; }
a { background-color: rgb(25,70,253); }
div.DivClassName
{
background-color: #1946FD;
}
.BgClassName
{
background-color: #1946FD;
}
</style>
border-color css
<style>
span { border-color: #1946FD; }
span { border-color: rgb(25,70,253); }
td.TdClassName
{
border-color: #1946FD;
}
.TagClassName
{
border-color: #1946FD;
}
</style>