Shades of Neon Blue #1447FF
Tints of Neon Blue #1447FF
RGB
CMYK
RGB Variations
Color information
#1447FF (or 0x1447FF) is known color: Neon Blue. HEX triplet: 14, 47 and FF. RGB value is (20,71,255). Sum of RGB (Red+Green+Blue) = 20+71+255=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #1447FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1447FF is #EBB800. Grayscale: #4B4B4B. Windows color (decimal): -15448065 or 16729876. OLE color: 16729876.
HSL color Cylindrical-coordinate representation of color #1447FF: hue angle of 226.98º 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 #1447FF is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 71 | 255 | - |
| CMYK | 0.92 | 0.72 | 0 | 0 |
| HSL | 226.98º | 1% | 0.54% | - |
| HSV(B) | 226.98º | 0.92% | 1% | - |
| XYZ | 20.59 | 11.88 | 95.81 | - |
| YUV | 76.73 | 228.6 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 255 | 0.92 | 0.72 | 0 | 0 | 226.98 | 1 | 0.54 |
| Hex | 14 | 47 | FF | 5C | 48 | 0 | 0 | E3 | 64 | 36 |
| Octal | 24 | 107 | 377 | 134 | 110 | 0 | 0 | 343 | 144 | 66 |
| Binary | 10100 | 1000111 | 11111111 | 1011100 | 1001000 | 0 | 0 | 11100011 | 1100100 | 110110 |
Color Harmonies of #1447FF
Complementary color
Monochromatic Colors of #1447FF
Black with #1447FF
Text Example
Text Example
White with #1447FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1447FF; }
p { color: rgb(20,71,255); }
H1.HeaderClassName
{
color: #1447FF;
}
.AnyTagClassName
{
color: #1447FF;
}
</style>
background-color css
<style>
a { background-color: #1447FF; }
a { background-color: rgb(20,71,255); }
div.DivClassName
{
background-color: #1447FF;
}
.BgClassName
{
background-color: #1447FF;
}
</style>
border-color css
<style>
span { border-color: #1447FF; }
span { border-color: rgb(20,71,255); }
td.TdClassName
{
border-color: #1447FF;
}
.TagClassName
{
border-color: #1447FF;
}
</style>