Shades of Neon Blue #1D4DFA
Tints of Neon Blue #1D4DFA
RGB
CMYK
RGB Variations
Color information
#1D4DFA (or 0x1D4DFA) is known color: Neon Blue. HEX triplet: 1D, 4D and FA. RGB value is (29,77,250). Sum of RGB (Red+Green+Blue) = 29+77+250=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D4DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4DFA is #E2B205. Grayscale: #515151. Windows color (decimal): -14856710 or 16403741. OLE color: 16403741.
HSL color Cylindrical-coordinate representation of color #1D4DFA: hue angle of 226.97º degrees, saturation: 0.96, 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 #1D4DFA is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 77 | 250 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.02 |
| HSL | 226.97º | 0.96% | 0.55% | - |
| HSV(B) | 226.97º | 0.88% | 0.98% | - |
| XYZ | 20.42 | 12.47 | 91.77 | - |
| YUV | 82.37 | 222.6 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 250 | 0.88 | 0.69 | 0 | 0.02 | 226.97 | 0.96 | 0.55 |
| Hex | 1D | 4D | FA | 58 | 45 | 0 | 2 | E3 | 60 | 37 |
| Octal | 35 | 115 | 372 | 130 | 105 | 0 | 2 | 343 | 140 | 67 |
| Binary | 11101 | 1001101 | 11111010 | 1011000 | 1000101 | 0 | 10 | 11100011 | 1100000 | 110111 |
Color Harmonies of #1D4DFA
Complementary color
Monochromatic Colors of #1D4DFA
Black with #1D4DFA
Text Example
Text Example
White with #1D4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4DFA; }
p { color: rgb(29,77,250); }
H1.HeaderClassName
{
color: #1D4DFA;
}
.AnyTagClassName
{
color: #1D4DFA;
}
</style>
background-color css
<style>
a { background-color: #1D4DFA; }
a { background-color: rgb(29,77,250); }
div.DivClassName
{
background-color: #1D4DFA;
}
.BgClassName
{
background-color: #1D4DFA;
}
</style>
border-color css
<style>
span { border-color: #1D4DFA; }
span { border-color: rgb(29,77,250); }
td.TdClassName
{
border-color: #1D4DFA;
}
.TagClassName
{
border-color: #1D4DFA;
}
</style>