#3144EA

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

Shades of Neon Blue #3144EA

Tints of Neon Blue #3144EA

Color information

#3144EA (or 0x3144EA) is unknown color: approx Neon Blue. HEX triplet: 31, 44 and EA. RGB value is (49,68,234). Sum of RGB (Red+Green+Blue) = 49+68+234=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #3144EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3144EA is #CEBB15. Grayscale: #505050. Windows color (decimal): -13548310 or 15352881. OLE color: 15352881.

HSL color Cylindrical-coordinate representation of color #3144EA: hue angle of 233.84º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3144EA is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4968234-
CMYK0.790.7100.08
HSL233.84º81.5%55.49%-
HSV(B)233.84º79.06%91.76%-
XYZ18.1910.7378.95-
YUV81.24214.21105-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.96%
GREEN value IS 68 (26.95% from 255) = 19.37%
BLUE value IS 234 (91.80% from 255) = 66.67%
R=13.96%
G=19.37%
B=66.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49682340.790.7100.08233.8481.555.49
Hex3144EA4F4708ea5137
Octal6110435211710701035212167
Binary1100011000100111010101001111100011101000111010101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3144EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3144EA; }

 p { color: rgb(49,68,234); }

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

<style>
 a { background-color: #3144EA; }

 a { background-color: rgb(49,68,234); }

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

<style>
 span { border-color: #3144EA; }

 span { border-color: rgb(49,68,234); }

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