#4F49EF

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

Shades of Neon Blue #4F49EF

Tints of Neon Blue #4F49EF

Color information

#4F49EF (or 0x4F49EF) is unknown color: approx Neon Blue. HEX triplet: 4F, 49 and EF. RGB value is (79,73,239). Sum of RGB (Red+Green+Blue) = 79+73+239=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F49EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F49EF is #B0B610. Grayscale: #5D5D5D. Windows color (decimal): -11580945 or 15681871. OLE color: 15681871.

HSL color Cylindrical-coordinate representation of color #4F49EF: hue angle of 242.17º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F49EF is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7973239-
CMYK0.670.6900.06
HSL242.17º83.84%61.18%-
HSV(B)242.17º69.46%93.73%-
XYZ21.1912.6682.99-
YUV93.72209.99117.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.20%
GREEN value IS 73 (28.91% from 255) = 18.67%
BLUE value IS 239 (93.75% from 255) = 61.13%
R=20.20%
G=18.67%
B=61.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal79732390.670.6900.06242.1783.8461.18
Hex4F49EF434506f2543d
Octal1171113571031050636212475
Binary1001111100100111101111100001110001010110111100101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F49EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F49EF; }

 p { color: rgb(79,73,239); }

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

<style>
 a { background-color: #4F49EF; }

 a { background-color: rgb(79,73,239); }

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

<style>
 span { border-color: #4F49EF; }

 span { border-color: rgb(79,73,239); }

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