Shades of Neon Blue #144AFF
Tints of Neon Blue #144AFF
RGB
CMYK
RGB Variations
Color information
#144AFF (or 0x144AFF) is known color: Neon Blue. HEX triplet: 14, 4A and FF. RGB value is (20,74,255). Sum of RGB (Red+Green+Blue) = 20+74+255=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #144AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144AFF is #EBB500. Grayscale: #4D4D4D. Windows color (decimal): -15447297 or 16730644. OLE color: 16730644.
HSL color Cylindrical-coordinate representation of color #144AFF: hue angle of 226.21º 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 #144AFF is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 74 | 255 | - |
| CMYK | 0.92 | 0.71 | 0 | 0 |
| HSL | 226.21º | 1% | 0.54% | - |
| HSV(B) | 226.21º | 0.92% | 1% | - |
| XYZ | 20.79 | 12.27 | 95.88 | - |
| YUV | 78.49 | 227.61 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 255 | 0.92 | 0.71 | 0 | 0 | 226.21 | 1 | 0.54 |
| Hex | 14 | 4A | FF | 5C | 47 | 0 | 0 | E2 | 64 | 36 |
| Octal | 24 | 112 | 377 | 134 | 107 | 0 | 0 | 342 | 144 | 66 |
| Binary | 10100 | 1001010 | 11111111 | 1011100 | 1000111 | 0 | 0 | 11100010 | 1100100 | 110110 |
Color Harmonies of #144AFF
Complementary color
Monochromatic Colors of #144AFF
Black with #144AFF
Text Example
Text Example
White with #144AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144AFF; }
p { color: rgb(20,74,255); }
H1.HeaderClassName
{
color: #144AFF;
}
.AnyTagClassName
{
color: #144AFF;
}
</style>
background-color css
<style>
a { background-color: #144AFF; }
a { background-color: rgb(20,74,255); }
div.DivClassName
{
background-color: #144AFF;
}
.BgClassName
{
background-color: #144AFF;
}
</style>
border-color css
<style>
span { border-color: #144AFF; }
span { border-color: rgb(20,74,255); }
td.TdClassName
{
border-color: #144AFF;
}
.TagClassName
{
border-color: #144AFF;
}
</style>