#4F4DEA

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

Shades of Neon Blue #4F4DEA

Tints of Neon Blue #4F4DEA

Color information

#4F4DEA (or 0x4F4DEA) is unknown color: approx Neon Blue. HEX triplet: 4F, 4D and EA. RGB value is (79,77,234). Sum of RGB (Red+Green+Blue) = 79+77+234=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #4F4DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F4DEA is #B0B215. Grayscale: #5E5E5E. Windows color (decimal): -11579926 or 15355215. OLE color: 15355215.

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

Color convert

RGB7977234-
CMYK0.660.6700.08
HSL240.76º78.89%60.98%-
HSV(B)240.76º67.09%91.76%-
XYZ20.7312.9179.24-
YUV95.5206.16116.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.26%
GREEN value IS 77 (30.47% from 255) = 19.74%
BLUE value IS 234 (91.80% from 255) = 60%
R=20.26%
G=19.74%
B=60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal79772340.660.6700.08240.7678.8960.98
Hex4F4DEA424308f14f3d
Octal11711535210210301036111775
Binary10011111001101111010101000010100001101000111100011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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