Shades of Neon Blue #1D42FC
Tints of Neon Blue #1D42FC
RGB
CMYK
RGB Variations
Color information
#1D42FC (or 0x1D42FC) is known color: Neon Blue. HEX triplet: 1D, 42 and FC. RGB value is (29,66,252). Sum of RGB (Red+Green+Blue) = 29+66+252=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D42FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D42FC is #E2BD03. Grayscale: #4B4B4B. Windows color (decimal): -14859524 or 16531997. OLE color: 16531997.
HSL color Cylindrical-coordinate representation of color #1D42FC: hue angle of 230.04º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D42FC is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 66 | 252 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.01 |
| HSL | 230.04º | 0.97% | 0.55% | - |
| HSV(B) | 230.04º | 0.88% | 0.99% | - |
| XYZ | 20.03 | 11.19 | 93.2 | - |
| YUV | 76.14 | 227.24 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 252 | 0.88 | 0.74 | 0 | 0.01 | 230.04 | 0.97 | 0.55 |
| Hex | 1D | 42 | FC | 58 | 4A | 0 | 1 | E6 | 61 | 37 |
| Octal | 35 | 102 | 374 | 130 | 112 | 0 | 1 | 346 | 141 | 67 |
| Binary | 11101 | 1000010 | 11111100 | 1011000 | 1001010 | 0 | 1 | 11100110 | 1100001 | 110111 |
Color Harmonies of #1D42FC
Complementary color
Monochromatic Colors of #1D42FC
Black with #1D42FC
Text Example
Text Example
White with #1D42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D42FC; }
p { color: rgb(29,66,252); }
H1.HeaderClassName
{
color: #1D42FC;
}
.AnyTagClassName
{
color: #1D42FC;
}
</style>
background-color css
<style>
a { background-color: #1D42FC; }
a { background-color: rgb(29,66,252); }
div.DivClassName
{
background-color: #1D42FC;
}
.BgClassName
{
background-color: #1D42FC;
}
</style>
border-color css
<style>
span { border-color: #1D42FC; }
span { border-color: rgb(29,66,252); }
td.TdClassName
{
border-color: #1D42FC;
}
.TagClassName
{
border-color: #1D42FC;
}
</style>