Shades of Neon Blue #1444FD
Tints of Neon Blue #1444FD
RGB
CMYK
RGB Variations
Color information
#1444FD (or 0x1444FD) is known color: Neon Blue. HEX triplet: 14, 44 and FD. RGB value is (20,68,253). Sum of RGB (Red+Green+Blue) = 20+68+253=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #1444FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1444FD is #EBBB02. Grayscale: #494949. Windows color (decimal): -15448835 or 16598036. OLE color: 16598036.
HSL color Cylindrical-coordinate representation of color #1444FD: hue angle of 227.64º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1444FD is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 68 | 253 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.01 |
| HSL | 227.64º | 0.98% | 0.54% | - |
| HSV(B) | 227.64º | 0.92% | 0.99% | - |
| XYZ | 20.09 | 11.37 | 94.07 | - |
| YUV | 74.74 | 228.6 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 253 | 0.92 | 0.73 | 0 | 0.01 | 227.64 | 0.98 | 0.54 |
| Hex | 14 | 44 | FD | 5C | 49 | 0 | 1 | E4 | 62 | 36 |
| Octal | 24 | 104 | 375 | 134 | 111 | 0 | 1 | 344 | 142 | 66 |
| Binary | 10100 | 1000100 | 11111101 | 1011100 | 1001001 | 0 | 1 | 11100100 | 1100010 | 110110 |
Color Harmonies of #1444FD
Complementary color
Monochromatic Colors of #1444FD
Black with #1444FD
Text Example
Text Example
White with #1444FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1444FD; }
p { color: rgb(20,68,253); }
H1.HeaderClassName
{
color: #1444FD;
}
.AnyTagClassName
{
color: #1444FD;
}
</style>
background-color css
<style>
a { background-color: #1444FD; }
a { background-color: rgb(20,68,253); }
div.DivClassName
{
background-color: #1444FD;
}
.BgClassName
{
background-color: #1444FD;
}
</style>
border-color css
<style>
span { border-color: #1444FD; }
span { border-color: rgb(20,68,253); }
td.TdClassName
{
border-color: #1444FD;
}
.TagClassName
{
border-color: #1444FD;
}
</style>