Shades of Neon Blue #1D40FD
Tints of Neon Blue #1D40FD
RGB
CMYK
RGB Variations
Color information
#1D40FD (or 0x1D40FD) is known color: Neon Blue. HEX triplet: 1D, 40 and FD. RGB value is (29,64,253). Sum of RGB (Red+Green+Blue) = 29+64+253=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D40FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D40FD is #E2BF02. Grayscale: #4A4A4A. Windows color (decimal): -14860035 or 16597021. OLE color: 16597021.
HSL color Cylindrical-coordinate representation of color #1D40FD: hue angle of 230.62º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D40FD is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 64 | 253 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.01 |
| HSL | 230.63º | 0.98% | 0.55% | - |
| HSV(B) | 230.63º | 0.89% | 0.99% | - |
| XYZ | 20.07 | 11.02 | 94 | - |
| YUV | 75.08 | 228.4 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 253 | 0.89 | 0.75 | 0 | 0.01 | 230.63 | 0.98 | 0.55 |
| Hex | 1D | 40 | FD | 59 | 4B | 0 | 1 | E7 | 62 | 37 |
| Octal | 35 | 100 | 375 | 131 | 113 | 0 | 1 | 347 | 142 | 67 |
| Binary | 11101 | 1000000 | 11111101 | 1011001 | 1001011 | 0 | 1 | 11100111 | 1100010 | 110111 |
Color Harmonies of #1D40FD
Complementary color
Monochromatic Colors of #1D40FD
Black with #1D40FD
Text Example
Text Example
White with #1D40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D40FD; }
p { color: rgb(29,64,253); }
H1.HeaderClassName
{
color: #1D40FD;
}
.AnyTagClassName
{
color: #1D40FD;
}
</style>
background-color css
<style>
a { background-color: #1D40FD; }
a { background-color: rgb(29,64,253); }
div.DivClassName
{
background-color: #1D40FD;
}
.BgClassName
{
background-color: #1D40FD;
}
</style>
border-color css
<style>
span { border-color: #1D40FD; }
span { border-color: rgb(29,64,253); }
td.TdClassName
{
border-color: #1D40FD;
}
.TagClassName
{
border-color: #1D40FD;
}
</style>