Shades of Neon Blue #1D4CFE
Tints of Neon Blue #1D4CFE
RGB
CMYK
RGB Variations
Color information
#1D4CFE (or 0x1D4CFE) is known color: Neon Blue. HEX triplet: 1D, 4C and FE. RGB value is (29,76,254). Sum of RGB (Red+Green+Blue) = 29+76+254=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D4CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D4CFE is #E2B301. Grayscale: #515151. Windows color (decimal): -14856962 or 16665629. OLE color: 16665629.
HSL color Cylindrical-coordinate representation of color #1D4CFE: hue angle of 227.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D4CFE is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 76 | 254 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.00 |
| HSL | 227.47º | 0.99% | 0.55% | - |
| HSV(B) | 227.47º | 0.89% | 1% | - |
| XYZ | 20.98 | 12.59 | 95.09 | - |
| YUV | 82.24 | 224.93 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 254 | 0.89 | 0.70 | 0 | 0.00 | 227.47 | 0.99 | 0.55 |
| Hex | 1D | 4C | FE | 59 | 46 | 0 | 0 | E3 | 63 | 37 |
| Octal | 35 | 114 | 376 | 131 | 106 | 0 | 0 | 343 | 143 | 67 |
| Binary | 11101 | 1001100 | 11111110 | 1011001 | 1000110 | 0 | 0 | 11100011 | 1100011 | 110111 |
Color Harmonies of #1D4CFE
Complementary color
Monochromatic Colors of #1D4CFE
Black with #1D4CFE
Text Example
Text Example
White with #1D4CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4CFE; }
p { color: rgb(29,76,254); }
H1.HeaderClassName
{
color: #1D4CFE;
}
.AnyTagClassName
{
color: #1D4CFE;
}
</style>
background-color css
<style>
a { background-color: #1D4CFE; }
a { background-color: rgb(29,76,254); }
div.DivClassName
{
background-color: #1D4CFE;
}
.BgClassName
{
background-color: #1D4CFE;
}
</style>
border-color css
<style>
span { border-color: #1D4CFE; }
span { border-color: rgb(29,76,254); }
td.TdClassName
{
border-color: #1D4CFE;
}
.TagClassName
{
border-color: #1D4CFE;
}
</style>