Shades of Neon Blue #1446FB
Tints of Neon Blue #1446FB
RGB
CMYK
RGB Variations
Color information
#1446FB (or 0x1446FB) is known color: Neon Blue. HEX triplet: 14, 46 and FB. RGB value is (20,70,251). Sum of RGB (Red+Green+Blue) = 20+70+251=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #1446FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1446FB is #EBB904. Grayscale: #4A4A4A. Windows color (decimal): -15448325 or 16467476. OLE color: 16467476.
HSL color Cylindrical-coordinate representation of color #1446FB: hue angle of 227.01º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1446FB is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 70 | 251 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.02 |
| HSL | 227.01º | 0.97% | 0.53% | - |
| HSV(B) | 227.01º | 0.92% | 0.98% | - |
| XYZ | 19.89 | 11.49 | 92.44 | - |
| YUV | 75.68 | 226.94 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 251 | 0.92 | 0.72 | 0 | 0.02 | 227.01 | 0.97 | 0.53 |
| Hex | 14 | 46 | FB | 5C | 48 | 0 | 2 | E3 | 61 | 35 |
| Octal | 24 | 106 | 373 | 134 | 110 | 0 | 2 | 343 | 141 | 65 |
| Binary | 10100 | 1000110 | 11111011 | 1011100 | 1001000 | 0 | 10 | 11100011 | 1100001 | 110101 |
Color Harmonies of #1446FB
Complementary color
Monochromatic Colors of #1446FB
Black with #1446FB
Text Example
Text Example
White with #1446FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1446FB; }
p { color: rgb(20,70,251); }
H1.HeaderClassName
{
color: #1446FB;
}
.AnyTagClassName
{
color: #1446FB;
}
</style>
background-color css
<style>
a { background-color: #1446FB; }
a { background-color: rgb(20,70,251); }
div.DivClassName
{
background-color: #1446FB;
}
.BgClassName
{
background-color: #1446FB;
}
</style>
border-color css
<style>
span { border-color: #1446FB; }
span { border-color: rgb(20,70,251); }
td.TdClassName
{
border-color: #1446FB;
}
.TagClassName
{
border-color: #1446FB;
}
</style>