Shades of Neon Blue #144BFE
Tints of Neon Blue #144BFE
RGB
CMYK
RGB Variations
Color information
#144BFE (or 0x144BFE) is known color: Neon Blue. HEX triplet: 14, 4B and FE. RGB value is (20,75,254). Sum of RGB (Red+Green+Blue) = 20+75+254=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #144BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BFE is #EBB401. Grayscale: #4E4E4E. Windows color (decimal): -15447042 or 16665364. OLE color: 16665364.
HSL color Cylindrical-coordinate representation of color #144BFE: hue angle of 225.9º 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 #144BFE is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 75 | 254 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.00 |
| HSL | 225.9º | 0.99% | 0.54% | - |
| HSV(B) | 225.9º | 0.92% | 1% | - |
| XYZ | 20.69 | 12.34 | 95.06 | - |
| YUV | 78.96 | 226.78 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 254 | 0.92 | 0.70 | 0 | 0.00 | 225.9 | 0.99 | 0.54 |
| Hex | 14 | 4B | FE | 5C | 46 | 0 | 0 | E2 | 63 | 36 |
| Octal | 24 | 113 | 376 | 134 | 106 | 0 | 0 | 342 | 143 | 66 |
| Binary | 10100 | 1001011 | 11111110 | 1011100 | 1000110 | 0 | 0 | 11100010 | 1100011 | 110110 |
Color Harmonies of #144BFE
Complementary color
Monochromatic Colors of #144BFE
Black with #144BFE
Text Example
Text Example
White with #144BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BFE; }
p { color: rgb(20,75,254); }
H1.HeaderClassName
{
color: #144BFE;
}
.AnyTagClassName
{
color: #144BFE;
}
</style>
background-color css
<style>
a { background-color: #144BFE; }
a { background-color: rgb(20,75,254); }
div.DivClassName
{
background-color: #144BFE;
}
.BgClassName
{
background-color: #144BFE;
}
</style>
border-color css
<style>
span { border-color: #144BFE; }
span { border-color: rgb(20,75,254); }
td.TdClassName
{
border-color: #144BFE;
}
.TagClassName
{
border-color: #144BFE;
}
</style>