#4F49E7

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

Shades of Neon Blue #4F49E7

Tints of Neon Blue #4F49E7

Color information

#4F49E7 (or 0x4F49E7) is unknown color: approx Neon Blue. HEX triplet: 4F, 49 and E7. RGB value is (79,73,231). Sum of RGB (Red+Green+Blue) = 79+73+231=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 231 (90.62% from 255 or 60.31% from 383); Max value from RGB is 231 - color contains mainly: blue. Hex color #4F49E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F49E7 is #B0B618. Grayscale: #5C5C5C. Windows color (decimal): -11580953 or 15157583. OLE color: 15157583.

HSL color Cylindrical-coordinate representation of color #4F49E7: hue angle of 242.28º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F49E7 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7973231-
CMYK0.660.6800.09
HSL242.28º76.7%59.61%-
HSV(B)242.28º68.4%90.59%-
XYZ20.0312.276.9-
YUV92.81205.99118.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.63%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 231 (90.62% from 255) = 60.31%
R=20.63%
G=19.06%
B=60.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal79732310.660.6800.09242.2876.759.61
Hex4F49E7424409f24d3c
Octal11711134710210401136211574
Binary10011111001001111001111000010100010001001111100101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F49E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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