Shades of Neon Blue #1442FF
Tints of Neon Blue #1442FF
RGB
CMYK
RGB Variations
Color information
#1442FF (or 0x1442FF) is known color: Neon Blue. HEX triplet: 14, 42 and FF. RGB value is (20,66,255). Sum of RGB (Red+Green+Blue) = 20+66+255=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #1442FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1442FF is #EBBD00. Grayscale: #484848. Windows color (decimal): -15449345 or 16728596. OLE color: 16728596.
HSL color Cylindrical-coordinate representation of color #1442FF: hue angle of 228.26º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1442FF is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 66 | 255 | - |
| CMYK | 0.92 | 0.74 | 0 | 0 |
| HSL | 228.26º | 1% | 0.54% | - |
| HSV(B) | 228.26º | 0.92% | 1% | - |
| XYZ | 20.29 | 11.27 | 95.71 | - |
| YUV | 73.79 | 230.26 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 255 | 0.92 | 0.74 | 0 | 0 | 228.26 | 1 | 0.54 |
| Hex | 14 | 42 | FF | 5C | 4A | 0 | 0 | E4 | 64 | 36 |
| Octal | 24 | 102 | 377 | 134 | 112 | 0 | 0 | 344 | 144 | 66 |
| Binary | 10100 | 1000010 | 11111111 | 1011100 | 1001010 | 0 | 0 | 11100100 | 1100100 | 110110 |
Color Harmonies of #1442FF
Complementary color
Monochromatic Colors of #1442FF
Black with #1442FF
Text Example
Text Example
White with #1442FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1442FF; }
p { color: rgb(20,66,255); }
H1.HeaderClassName
{
color: #1442FF;
}
.AnyTagClassName
{
color: #1442FF;
}
</style>
background-color css
<style>
a { background-color: #1442FF; }
a { background-color: rgb(20,66,255); }
div.DivClassName
{
background-color: #1442FF;
}
.BgClassName
{
background-color: #1442FF;
}
</style>
border-color css
<style>
span { border-color: #1442FF; }
span { border-color: rgb(20,66,255); }
td.TdClassName
{
border-color: #1442FF;
}
.TagClassName
{
border-color: #1442FF;
}
</style>