#144CFF

Color #144CFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #144CFF

Tints of Neon Blue #144CFF

Color information

#144CFF (or 0x144CFF) is unknown color: approx Neon Blue. HEX triplet: 14, 4C and FF. RGB value is (20,76,255). Sum of RGB (Red+Green+Blue) = 20+76+255=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #144CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144CFF is #EBB300. Grayscale: #4E4E4E. Windows color (decimal): -15446785 or 16731156. OLE color: 16731156.

HSL color Cylindrical-coordinate representation of color #144CFF: hue angle of 225.7º 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 #144CFF is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2076255-
CMYK0.920.7000
HSL225.7º100%53.92%-
HSV(B)225.7º92.16%100%-
XYZ20.9212.5495.92-
YUV79.66226.9585.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 5.70%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 255 (100% from 255) = 72.65%
R=5.70%
G=21.65%
B=72.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20762550.920.7000225.710053.92
Hex144CFF5C4600e26436
Octal241143771341060034214466
Binary101001001100111111111011100100011000111000101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144CFF; }

 p { color: rgb(20,76,255); }

 H1.HeaderClassName
 {
   color: #144CFF;
 }
 .AnyTagClassName
 {
   color: #144CFF;
 }
</style>
background-color css

<style>
 a { background-color: #144CFF; }

 a { background-color: rgb(20,76,255); }

 div.DivClassName
 {
   background-color: #144CFF;
 }
 .BgClassName
 {
   background-color: #144CFF;
 }
</style>
border-color css

<style>
 span { border-color: #144CFF; }

 span { border-color: rgb(20,76,255); }

 td.TdClassName
 {
   border-color: #144CFF;
 }
 .TagClassName
 {
   border-color: #144CFF;
 }
</style>