Shades of Neon Blue #144DFF
Tints of Neon Blue #144DFF
RGB
CMYK
RGB Variations
Color information
#144DFF (or 0x144DFF) is known color: Neon Blue. HEX triplet: 14, 4D and FF. RGB value is (20,77,255). Sum of RGB (Red+Green+Blue) = 20+77+255=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #144DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144DFF is #EBB200. Grayscale: #4F4F4F. Windows color (decimal): -15446529 or 16731412. OLE color: 16731412.
HSL color Cylindrical-coordinate representation of color #144DFF: hue angle of 225.45º 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 #144DFF is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 77 | 255 | - |
| CMYK | 0.92 | 0.70 | 0 | 0 |
| HSL | 225.45º | 1% | 0.54% | - |
| HSV(B) | 225.45º | 0.92% | 1% | - |
| XYZ | 20.99 | 12.68 | 95.95 | - |
| YUV | 80.25 | 226.62 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 255 | 0.92 | 0.70 | 0 | 0 | 225.45 | 1 | 0.54 |
| Hex | 14 | 4D | FF | 5C | 46 | 0 | 0 | E1 | 64 | 36 |
| Octal | 24 | 115 | 377 | 134 | 106 | 0 | 0 | 341 | 144 | 66 |
| Binary | 10100 | 1001101 | 11111111 | 1011100 | 1000110 | 0 | 0 | 11100001 | 1100100 | 110110 |
Color Harmonies of #144DFF
Complementary color
Monochromatic Colors of #144DFF
Black with #144DFF
Text Example
Text Example
White with #144DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DFF; }
p { color: rgb(20,77,255); }
H1.HeaderClassName
{
color: #144DFF;
}
.AnyTagClassName
{
color: #144DFF;
}
</style>
background-color css
<style>
a { background-color: #144DFF; }
a { background-color: rgb(20,77,255); }
div.DivClassName
{
background-color: #144DFF;
}
.BgClassName
{
background-color: #144DFF;
}
</style>
border-color css
<style>
span { border-color: #144DFF; }
span { border-color: rgb(20,77,255); }
td.TdClassName
{
border-color: #144DFF;
}
.TagClassName
{
border-color: #144DFF;
}
</style>