Shades of Neon Blue #144AFE
Tints of Neon Blue #144AFE
RGB
CMYK
RGB Variations
Color information
#144AFE (or 0x144AFE) is known color: Neon Blue. HEX triplet: 14, 4A and FE. RGB value is (20,74,254). Sum of RGB (Red+Green+Blue) = 20+74+254=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #144AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144AFE is #EBB501. Grayscale: #4D4D4D. Windows color (decimal): -15447298 or 16665108. OLE color: 16665108.
HSL color Cylindrical-coordinate representation of color #144AFE: hue angle of 226.15º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144AFE is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 74 | 254 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.00 |
| HSL | 226.15º | 0.99% | 0.54% | - |
| HSV(B) | 226.15º | 0.92% | 1% | - |
| XYZ | 20.63 | 12.2 | 95.03 | - |
| YUV | 78.37 | 227.11 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 254 | 0.92 | 0.71 | 0 | 0.00 | 226.15 | 0.99 | 0.54 |
| Hex | 14 | 4A | FE | 5C | 47 | 0 | 0 | E2 | 63 | 36 |
| Octal | 24 | 112 | 376 | 134 | 107 | 0 | 0 | 342 | 143 | 66 |
| Binary | 10100 | 1001010 | 11111110 | 1011100 | 1000111 | 0 | 0 | 11100010 | 1100011 | 110110 |
Color Harmonies of #144AFE
Complementary color
Monochromatic Colors of #144AFE
Black with #144AFE
Text Example
Text Example
White with #144AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144AFE; }
p { color: rgb(20,74,254); }
H1.HeaderClassName
{
color: #144AFE;
}
.AnyTagClassName
{
color: #144AFE;
}
</style>
background-color css
<style>
a { background-color: #144AFE; }
a { background-color: rgb(20,74,254); }
div.DivClassName
{
background-color: #144AFE;
}
.BgClassName
{
background-color: #144AFE;
}
</style>
border-color css
<style>
span { border-color: #144AFE; }
span { border-color: rgb(20,74,254); }
td.TdClassName
{
border-color: #144AFE;
}
.TagClassName
{
border-color: #144AFE;
}
</style>