#FE6EC1

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

Shades of Neon Pink #FE6EC1

Tints of Neon Pink #FE6EC1

Color information

#FE6EC1 (or 0xFE6EC1) is unknown color: approx Neon Pink. HEX triplet: FE, 6E and C1. RGB value is (254,110,193). Sum of RGB (Red+Green+Blue) = 254+110+193=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6EC1 is #01913E. Grayscale: #A2A2A2. Windows color (decimal): -102719 or 12676862. OLE color: 12676862.

HSL color Cylindrical-coordinate representation of color #FE6EC1: hue angle of 325.42º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6EC1 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB254110193-
CMYK00.570.240.00
HSL325.42º98.63%71.37%-
HSV(B)325.42º56.69%99.61%-
XYZ56.0736.0754.46-
YUV162.52145.21193.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.60%
GREEN value IS 110 (43.36% from 255) = 19.75%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=45.60%
G=19.75%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411019300.570.240.00325.4298.6371.37
HexFE6EC10391801456347
Octal376156301071300505143107
Binary11111110110111011000001011100111000010100010111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6EC1; }

 p { color: rgb(254,110,193); }

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

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

 a { background-color: rgb(254,110,193); }

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

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

 span { border-color: rgb(254,110,193); }

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