Shades of Neon Blue #1D46F7
Tints of Neon Blue #1D46F7
RGB
CMYK
RGB Variations
Color information
#1D46F7 (or 0x1D46F7) is known color: Neon Blue. HEX triplet: 1D, 46 and F7. RGB value is (29,70,247). Sum of RGB (Red+Green+Blue) = 29+70+247=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 247 (96.88% from 255 or 71.39% from 346); Max value from RGB is 247 - color contains mainly: blue. Hex color #1D46F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D46F7 is #E2B908. Grayscale: #4D4D4D. Windows color (decimal): -14858505 or 16205341. OLE color: 16205341.
HSL color Cylindrical-coordinate representation of color #1D46F7: hue angle of 228.72º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D46F7 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 70 | 247 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.03 |
| HSL | 228.72º | 0.93% | 0.54% | - |
| HSV(B) | 228.72º | 0.88% | 0.97% | - |
| XYZ | 19.49 | 11.36 | 89.16 | - |
| YUV | 77.92 | 223.42 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 247 | 0.88 | 0.72 | 0 | 0.03 | 228.72 | 0.93 | 0.54 |
| Hex | 1D | 46 | F7 | 58 | 48 | 0 | 3 | E5 | 5D | 36 |
| Octal | 35 | 106 | 367 | 130 | 110 | 0 | 3 | 345 | 135 | 66 |
| Binary | 11101 | 1000110 | 11110111 | 1011000 | 1001000 | 0 | 11 | 11100101 | 1011101 | 110110 |
Color Harmonies of #1D46F7
Complementary color
Monochromatic Colors of #1D46F7
Black with #1D46F7
Text Example
Text Example
White with #1D46F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D46F7; }
p { color: rgb(29,70,247); }
H1.HeaderClassName
{
color: #1D46F7;
}
.AnyTagClassName
{
color: #1D46F7;
}
</style>
background-color css
<style>
a { background-color: #1D46F7; }
a { background-color: rgb(29,70,247); }
div.DivClassName
{
background-color: #1D46F7;
}
.BgClassName
{
background-color: #1D46F7;
}
</style>
border-color css
<style>
span { border-color: #1D46F7; }
span { border-color: rgb(29,70,247); }
td.TdClassName
{
border-color: #1D46F7;
}
.TagClassName
{
border-color: #1D46F7;
}
</style>