Shades of Neon Blue #1D4EFF
Tints of Neon Blue #1D4EFF
RGB
CMYK
RGB Variations
Color information
#1D4EFF (or 0x1D4EFF) is known color: Neon Blue. HEX triplet: 1D, 4E and FF. RGB value is (29,78,255). Sum of RGB (Red+Green+Blue) = 29+78+255=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D4EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4EFF is #E2B100. Grayscale: #525252. Windows color (decimal): -14856449 or 16731677. OLE color: 16731677.
HSL color Cylindrical-coordinate representation of color #1D4EFF: hue angle of 226.99º 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 #1D4EFF is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 78 | 255 | - |
| CMYK | 0.89 | 0.69 | 0 | 0 |
| HSL | 226.99º | 1% | 0.56% | - |
| HSV(B) | 226.99º | 0.89% | 1% | - |
| XYZ | 21.28 | 12.93 | 95.98 | - |
| YUV | 83.53 | 224.77 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 255 | 0.89 | 0.69 | 0 | 0 | 226.99 | 1 | 0.56 |
| Hex | 1D | 4E | FF | 59 | 45 | 0 | 0 | E3 | 64 | 38 |
| Octal | 35 | 116 | 377 | 131 | 105 | 0 | 0 | 343 | 144 | 70 |
| Binary | 11101 | 1001110 | 11111111 | 1011001 | 1000101 | 0 | 0 | 11100011 | 1100100 | 111000 |
Color Harmonies of #1D4EFF
Complementary color
Monochromatic Colors of #1D4EFF
Black with #1D4EFF
Text Example
Text Example
White with #1D4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4EFF; }
p { color: rgb(29,78,255); }
H1.HeaderClassName
{
color: #1D4EFF;
}
.AnyTagClassName
{
color: #1D4EFF;
}
</style>
background-color css
<style>
a { background-color: #1D4EFF; }
a { background-color: rgb(29,78,255); }
div.DivClassName
{
background-color: #1D4EFF;
}
.BgClassName
{
background-color: #1D4EFF;
}
</style>
border-color css
<style>
span { border-color: #1D4EFF; }
span { border-color: rgb(29,78,255); }
td.TdClassName
{
border-color: #1D4EFF;
}
.TagClassName
{
border-color: #1D4EFF;
}
</style>