Color Hex Logo

#fe4164 Color Hex Neon Fuchsia

#FE4164
(254,65,100)
8 Favorites   0 Comments

Color spaces of #fe4164 Neon Fuchsia

RGB 25465100
HSL0.970.990.63
HSV349°74°100°
CMYK 0.000.740.61   0.00
XYZ45.063625.771514.6559
Yxy25.77150.52710.3015
Hunter Lab50.765669.610918.4191
CIE-Lab57.819571.693824.7773

#fe4164 color RGB value is (254,65,100). #fe4164 color name is Neon Fuchsia color.

#fe4164 hex color red value is 254, green value is 65 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fe4164 hue: 0.97 , saturation: 0.99 and the lightness value of fe4164 is 0.63.

The process color (four color CMYK) of #fe4164 color hex is 0.00, 0.74, 0.61, 0.00. Web safe color of #fe4164 is #ff3366. Color #fe4164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000001 01100100
Octal 376 101 144
Decimal 254 65 100
Hex FE 41 64

RGB Percentages of Color #fe4164

%60.62
%15.51
%23.87

CMYK Percentages of Color #fe4164

%0
%74
%61
%0

Triadic Colors of #fe4164

#fe4164 #64fe41 #4164fe

Analogous Colors of #fe4164

#fe4164 #fe7d41 #fe41c3

Monochromatic Colors of #fe4164

#fe4164

Complementary Color

#fe4164 #41fedb

#fe4164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4164 Color CSS Codes

.mybgcolor {background-color:#fe4164; } 
.myforecolor {color:#fe4164; }
.mybordercolor {border:3px solid #fe4164; }

#fe4164 Text Font Color

<p style="color:#fe4164">Text here</p>

This sample text font color is #fe4164
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fe4164 Background Color

<div style="background-color:#fe4164">
Div content here</div>

This div background color is #fe4164


#fe4164 Border Color

<div style="border:3px solid #fe4164">
Div here</div>

This div border color is #fe4164


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,65,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe4164; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe4164;
  -webkit-box-shadow: 1px 1px 3px 2px #fe4164;
  box-shadow:         1px 1px 3px 2px #fe4164; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,65,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fe4164">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fe4164;
  -webkit-box-shadow: 1px 1px 3px 2px #fe4164;
  box-shadow:         1px 1px 3px 2px #fe4164;">
Div content here</div>

This div box has shadow with color #fe4164


Comments

No comments written yet.

Please login to write comment.