Shades of Neon Blue #1D46FB
Tints of Neon Blue #1D46FB
RGB
CMYK
RGB Variations
Color information
#1D46FB (or 0x1D46FB) is known color: Neon Blue. HEX triplet: 1D, 46 and FB. RGB value is (29,70,251). Sum of RGB (Red+Green+Blue) = 29+70+251=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D46FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D46FB is #E2B904. Grayscale: #4D4D4D. Windows color (decimal): -14858501 or 16467485. OLE color: 16467485.
HSL color Cylindrical-coordinate representation of color #1D46FB: hue angle of 228.92º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D46FB is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 70 | 251 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.02 |
| HSL | 228.92º | 0.97% | 0.55% | - |
| HSV(B) | 228.92º | 0.88% | 0.98% | - |
| XYZ | 20.11 | 11.61 | 92.45 | - |
| YUV | 78.38 | 225.42 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 251 | 0.88 | 0.72 | 0 | 0.02 | 228.92 | 0.97 | 0.55 |
| Hex | 1D | 46 | FB | 58 | 48 | 0 | 2 | E5 | 61 | 37 |
| Octal | 35 | 106 | 373 | 130 | 110 | 0 | 2 | 345 | 141 | 67 |
| Binary | 11101 | 1000110 | 11111011 | 1011000 | 1001000 | 0 | 10 | 11100101 | 1100001 | 110111 |
Color Harmonies of #1D46FB
Complementary color
Monochromatic Colors of #1D46FB
Black with #1D46FB
Text Example
Text Example
White with #1D46FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D46FB; }
p { color: rgb(29,70,251); }
H1.HeaderClassName
{
color: #1D46FB;
}
.AnyTagClassName
{
color: #1D46FB;
}
</style>
background-color css
<style>
a { background-color: #1D46FB; }
a { background-color: rgb(29,70,251); }
div.DivClassName
{
background-color: #1D46FB;
}
.BgClassName
{
background-color: #1D46FB;
}
</style>
border-color css
<style>
span { border-color: #1D46FB; }
span { border-color: rgb(29,70,251); }
td.TdClassName
{
border-color: #1D46FB;
}
.TagClassName
{
border-color: #1D46FB;
}
</style>