Shades of Neon Blue #1D40FA
Tints of Neon Blue #1D40FA
RGB
CMYK
RGB Variations
Color information
#1D40FA (or 0x1D40FA) is known color: Neon Blue. HEX triplet: 1D, 40 and FA. RGB value is (29,64,250). Sum of RGB (Red+Green+Blue) = 29+64+250=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D40FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D40FA is #E2BF05. Grayscale: #494949. Windows color (decimal): -14860038 or 16400413. OLE color: 16400413.
HSL color Cylindrical-coordinate representation of color #1D40FA: hue angle of 230.5º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D40FA is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 64 | 250 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.02 |
| HSL | 230.5º | 0.96% | 0.55% | - |
| HSV(B) | 230.5º | 0.88% | 0.98% | - |
| XYZ | 19.6 | 10.83 | 91.5 | - |
| YUV | 74.74 | 226.9 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 250 | 0.88 | 0.74 | 0 | 0.02 | 230.5 | 0.96 | 0.55 |
| Hex | 1D | 40 | FA | 58 | 4A | 0 | 2 | E6 | 60 | 37 |
| Octal | 35 | 100 | 372 | 130 | 112 | 0 | 2 | 346 | 140 | 67 |
| Binary | 11101 | 1000000 | 11111010 | 1011000 | 1001010 | 0 | 10 | 11100110 | 1100000 | 110111 |
Color Harmonies of #1D40FA
Complementary color
Monochromatic Colors of #1D40FA
Black with #1D40FA
Text Example
Text Example
White with #1D40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D40FA; }
p { color: rgb(29,64,250); }
H1.HeaderClassName
{
color: #1D40FA;
}
.AnyTagClassName
{
color: #1D40FA;
}
</style>
background-color css
<style>
a { background-color: #1D40FA; }
a { background-color: rgb(29,64,250); }
div.DivClassName
{
background-color: #1D40FA;
}
.BgClassName
{
background-color: #1D40FA;
}
</style>
border-color css
<style>
span { border-color: #1D40FA; }
span { border-color: rgb(29,64,250); }
td.TdClassName
{
border-color: #1D40FA;
}
.TagClassName
{
border-color: #1D40FA;
}
</style>