Shades of Neon Blue #1D41F3
Tints of Neon Blue #1D41F3
RGB
CMYK
RGB Variations
Color information
#1D41F3 (or 0x1D41F3) is known color: Neon Blue. HEX triplet: 1D, 41 and F3. RGB value is (29,65,243). Sum of RGB (Red+Green+Blue) = 29+65+243=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 243 (95.31% from 255 or 72.11% from 337); Max value from RGB is 243 - color contains mainly: blue. Hex color #1D41F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D41F3 is #E2BE0C. Grayscale: #494949. Windows color (decimal): -14859789 or 15941917. OLE color: 15941917.
HSL color Cylindrical-coordinate representation of color #1D41F3: hue angle of 229.91º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D41F3 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 65 | 243 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.05 |
| HSL | 229.91º | 0.9% | 0.53% | - |
| HSV(B) | 229.91º | 0.88% | 0.95% | - |
| XYZ | 18.57 | 10.51 | 85.84 | - |
| YUV | 74.53 | 223.07 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 243 | 0.88 | 0.73 | 0 | 0.05 | 229.91 | 0.9 | 0.53 |
| Hex | 1D | 41 | F3 | 58 | 49 | 0 | 5 | E6 | 5A | 35 |
| Octal | 35 | 101 | 363 | 130 | 111 | 0 | 5 | 346 | 132 | 65 |
| Binary | 11101 | 1000001 | 11110011 | 1011000 | 1001001 | 0 | 101 | 11100110 | 1011010 | 110101 |
Color Harmonies of #1D41F3
Complementary color
Monochromatic Colors of #1D41F3
Black with #1D41F3
Text Example
Text Example
White with #1D41F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D41F3; }
p { color: rgb(29,65,243); }
H1.HeaderClassName
{
color: #1D41F3;
}
.AnyTagClassName
{
color: #1D41F3;
}
</style>
background-color css
<style>
a { background-color: #1D41F3; }
a { background-color: rgb(29,65,243); }
div.DivClassName
{
background-color: #1D41F3;
}
.BgClassName
{
background-color: #1D41F3;
}
</style>
border-color css
<style>
span { border-color: #1D41F3; }
span { border-color: rgb(29,65,243); }
td.TdClassName
{
border-color: #1D41F3;
}
.TagClassName
{
border-color: #1D41F3;
}
</style>