Shades of Neon Blue #1D4FFF
Tints of Neon Blue #1D4FFF
RGB
CMYK
RGB Variations
Color information
#1D4FFF (or 0x1D4FFF) is known color: Neon Blue. HEX triplet: 1D, 4F and FF. RGB value is (29,79,255). Sum of RGB (Red+Green+Blue) = 29+79+255=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D4FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4FFF is #E2B000. Grayscale: #535353. Windows color (decimal): -14856193 or 16731933. OLE color: 16731933.
HSL color Cylindrical-coordinate representation of color #1D4FFF: hue angle of 226.73º 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 #1D4FFF is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 79 | 255 | - |
| CMYK | 0.89 | 0.69 | 0 | 0 |
| HSL | 226.73º | 1% | 0.56% | - |
| HSV(B) | 226.73º | 0.89% | 1% | - |
| XYZ | 21.35 | 13.07 | 96.01 | - |
| YUV | 84.11 | 224.44 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 255 | 0.89 | 0.69 | 0 | 0 | 226.73 | 1 | 0.56 |
| Hex | 1D | 4F | FF | 59 | 45 | 0 | 0 | E3 | 64 | 38 |
| Octal | 35 | 117 | 377 | 131 | 105 | 0 | 0 | 343 | 144 | 70 |
| Binary | 11101 | 1001111 | 11111111 | 1011001 | 1000101 | 0 | 0 | 11100011 | 1100100 | 111000 |
Color Harmonies of #1D4FFF
Complementary color
Monochromatic Colors of #1D4FFF
Black with #1D4FFF
Text Example
Text Example
White with #1D4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4FFF; }
p { color: rgb(29,79,255); }
H1.HeaderClassName
{
color: #1D4FFF;
}
.AnyTagClassName
{
color: #1D4FFF;
}
</style>
background-color css
<style>
a { background-color: #1D4FFF; }
a { background-color: rgb(29,79,255); }
div.DivClassName
{
background-color: #1D4FFF;
}
.BgClassName
{
background-color: #1D4FFF;
}
</style>
border-color css
<style>
span { border-color: #1D4FFF; }
span { border-color: rgb(29,79,255); }
td.TdClassName
{
border-color: #1D4FFF;
}
.TagClassName
{
border-color: #1D4FFF;
}
</style>