Shades of Neon Blue #1D42FE
Tints of Neon Blue #1D42FE
RGB
CMYK
RGB Variations
Color information
#1D42FE (or 0x1D42FE) is known color: Neon Blue. HEX triplet: 1D, 42 and FE. RGB value is (29,66,254). Sum of RGB (Red+Green+Blue) = 29+66+254=349 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.31% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D42FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D42FE is #E2BD01. Grayscale: #4B4B4B. Windows color (decimal): -14859522 or 16663069. OLE color: 16663069.
HSL color Cylindrical-coordinate representation of color #1D42FE: hue angle of 230.13º 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 #1D42FE is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 66 | 254 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.00 |
| HSL | 230.13º | 0.99% | 0.55% | - |
| HSV(B) | 230.13º | 0.89% | 1% | - |
| XYZ | 20.34 | 11.31 | 94.88 | - |
| YUV | 76.37 | 228.24 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 254 | 0.89 | 0.74 | 0 | 0.00 | 230.13 | 0.99 | 0.55 |
| Hex | 1D | 42 | FE | 59 | 4A | 0 | 0 | E6 | 63 | 37 |
| Octal | 35 | 102 | 376 | 131 | 112 | 0 | 0 | 346 | 143 | 67 |
| Binary | 11101 | 1000010 | 11111110 | 1011001 | 1001010 | 0 | 0 | 11100110 | 1100011 | 110111 |
Color Harmonies of #1D42FE
Complementary color
Monochromatic Colors of #1D42FE
Black with #1D42FE
Text Example
Text Example
White with #1D42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D42FE; }
p { color: rgb(29,66,254); }
H1.HeaderClassName
{
color: #1D42FE;
}
.AnyTagClassName
{
color: #1D42FE;
}
</style>
background-color css
<style>
a { background-color: #1D42FE; }
a { background-color: rgb(29,66,254); }
div.DivClassName
{
background-color: #1D42FE;
}
.BgClassName
{
background-color: #1D42FE;
}
</style>
border-color css
<style>
span { border-color: #1D42FE; }
span { border-color: rgb(29,66,254); }
td.TdClassName
{
border-color: #1D42FE;
}
.TagClassName
{
border-color: #1D42FE;
}
</style>