Shades of Neon Blue #1D4AFF
Tints of Neon Blue #1D4AFF
RGB
CMYK
RGB Variations
Color information
#1D4AFF (or 0x1D4AFF) is known color: Neon Blue. HEX triplet: 1D, 4A and FF. RGB value is (29,74,255). Sum of RGB (Red+Green+Blue) = 29+74+255=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D4AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D4AFF is #E2B500. Grayscale: #505050. Windows color (decimal): -14857473 or 16730653. OLE color: 16730653.
HSL color Cylindrical-coordinate representation of color #1D4AFF: hue angle of 228.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D4AFF is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 74 | 255 | - |
| CMYK | 0.89 | 0.71 | 0 | 0 |
| HSL | 228.05º | 1% | 0.56% | - |
| HSV(B) | 228.05º | 0.89% | 1% | - |
| XYZ | 21.01 | 12.38 | 95.89 | - |
| YUV | 81.18 | 226.09 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 255 | 0.89 | 0.71 | 0 | 0 | 228.05 | 1 | 0.56 |
| Hex | 1D | 4A | FF | 59 | 47 | 0 | 0 | E4 | 64 | 38 |
| Octal | 35 | 112 | 377 | 131 | 107 | 0 | 0 | 344 | 144 | 70 |
| Binary | 11101 | 1001010 | 11111111 | 1011001 | 1000111 | 0 | 0 | 11100100 | 1100100 | 111000 |
Color Harmonies of #1D4AFF
Complementary color
Monochromatic Colors of #1D4AFF
Black with #1D4AFF
Text Example
Text Example
White with #1D4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4AFF; }
p { color: rgb(29,74,255); }
H1.HeaderClassName
{
color: #1D4AFF;
}
.AnyTagClassName
{
color: #1D4AFF;
}
</style>
background-color css
<style>
a { background-color: #1D4AFF; }
a { background-color: rgb(29,74,255); }
div.DivClassName
{
background-color: #1D4AFF;
}
.BgClassName
{
background-color: #1D4AFF;
}
</style>
border-color css
<style>
span { border-color: #1D4AFF; }
span { border-color: rgb(29,74,255); }
td.TdClassName
{
border-color: #1D4AFF;
}
.TagClassName
{
border-color: #1D4AFF;
}
</style>