Shades of Neon Blue #144BFF
Tints of Neon Blue #144BFF
RGB
CMYK
RGB Variations
Color information
#144BFF (or 0x144BFF) is known color: Neon Blue. HEX triplet: 14, 4B and FF. RGB value is (20,75,255). Sum of RGB (Red+Green+Blue) = 20+75+255=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #144BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144BFF is #EBB400. Grayscale: #4E4E4E. Windows color (decimal): -15447041 or 16730900. OLE color: 16730900.
HSL color Cylindrical-coordinate representation of color #144BFF: hue angle of 225.96º 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 #144BFF is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 75 | 255 | - |
| CMYK | 0.92 | 0.71 | 0 | 0 |
| HSL | 225.96º | 1% | 0.54% | - |
| HSV(B) | 225.96º | 0.92% | 1% | - |
| XYZ | 20.85 | 12.4 | 95.9 | - |
| YUV | 79.08 | 227.28 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 255 | 0.92 | 0.71 | 0 | 0 | 225.96 | 1 | 0.54 |
| Hex | 14 | 4B | FF | 5C | 47 | 0 | 0 | E2 | 64 | 36 |
| Octal | 24 | 113 | 377 | 134 | 107 | 0 | 0 | 342 | 144 | 66 |
| Binary | 10100 | 1001011 | 11111111 | 1011100 | 1000111 | 0 | 0 | 11100010 | 1100100 | 110110 |
Color Harmonies of #144BFF
Complementary color
Monochromatic Colors of #144BFF
Black with #144BFF
Text Example
Text Example
White with #144BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BFF; }
p { color: rgb(20,75,255); }
H1.HeaderClassName
{
color: #144BFF;
}
.AnyTagClassName
{
color: #144BFF;
}
</style>
background-color css
<style>
a { background-color: #144BFF; }
a { background-color: rgb(20,75,255); }
div.DivClassName
{
background-color: #144BFF;
}
.BgClassName
{
background-color: #144BFF;
}
</style>
border-color css
<style>
span { border-color: #144BFF; }
span { border-color: rgb(20,75,255); }
td.TdClassName
{
border-color: #144BFF;
}
.TagClassName
{
border-color: #144BFF;
}
</style>