Shades of Neon Blue #1449FB
Tints of Neon Blue #1449FB
RGB
CMYK
RGB Variations
Color information
#1449FB (or 0x1449FB) is known color: Neon Blue. HEX triplet: 14, 49 and FB. RGB value is (20,73,251). Sum of RGB (Red+Green+Blue) = 20+73+251=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #1449FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1449FB is #EBB604. Grayscale: #4C4C4C. Windows color (decimal): -15447557 or 16468244. OLE color: 16468244.
HSL color Cylindrical-coordinate representation of color #1449FB: hue angle of 226.23º 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 #1449FB is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 73 | 251 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.02 |
| HSL | 226.23º | 0.97% | 0.53% | - |
| HSV(B) | 226.23º | 0.92% | 0.98% | - |
| XYZ | 20.08 | 11.88 | 92.5 | - |
| YUV | 77.45 | 225.94 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 251 | 0.92 | 0.71 | 0 | 0.02 | 226.23 | 0.97 | 0.53 |
| Hex | 14 | 49 | FB | 5C | 47 | 0 | 2 | E2 | 61 | 35 |
| Octal | 24 | 111 | 373 | 134 | 107 | 0 | 2 | 342 | 141 | 65 |
| Binary | 10100 | 1001001 | 11111011 | 1011100 | 1000111 | 0 | 10 | 11100010 | 1100001 | 110101 |
Color Harmonies of #1449FB
Complementary color
Monochromatic Colors of #1449FB
Black with #1449FB
Text Example
Text Example
White with #1449FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449FB; }
p { color: rgb(20,73,251); }
H1.HeaderClassName
{
color: #1449FB;
}
.AnyTagClassName
{
color: #1449FB;
}
</style>
background-color css
<style>
a { background-color: #1449FB; }
a { background-color: rgb(20,73,251); }
div.DivClassName
{
background-color: #1449FB;
}
.BgClassName
{
background-color: #1449FB;
}
</style>
border-color css
<style>
span { border-color: #1449FB; }
span { border-color: rgb(20,73,251); }
td.TdClassName
{
border-color: #1449FB;
}
.TagClassName
{
border-color: #1449FB;
}
</style>