#4F40EA

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

Shades of Neon Blue #4F40EA

Tints of Neon Blue #4F40EA

Color information

#4F40EA (or 0x4F40EA) is unknown color: approx Neon Blue. HEX triplet: 4F, 40 and EA. RGB value is (79,64,234). Sum of RGB (Red+Green+Blue) = 79+64+234=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #4F40EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F40EA is #B0BF15. Grayscale: #575757. Windows color (decimal): -11583254 or 15351887. OLE color: 15351887.

HSL color Cylindrical-coordinate representation of color #4F40EA: hue angle of 245.29º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F40EA is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7964234-
CMYK0.660.7300.08
HSL245.29º80.19%58.43%-
HSV(B)245.29º72.65%91.76%-
XYZ19.9111.2778.97-
YUV87.86210.47121.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.95%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 234 (91.80% from 255) = 62.07%
R=20.95%
G=16.98%
B=62.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal79642340.660.7300.08245.2980.1958.43
Hex4F40EA424908f5503a
Octal11710035210211101036512072
Binary10011111000000111010101000010100100101000111101011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F40EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,64,234); }

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

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

 a { background-color: rgb(79,64,234); }

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

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

 span { border-color: rgb(79,64,234); }

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