#FE6EC0

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

Shades of Neon Pink #FE6EC0

Tints of Neon Pink #FE6EC0

Color information

#FE6EC0 (or 0xFE6EC0) is unknown color: approx Neon Pink. HEX triplet: FE, 6E and C0. RGB value is (254,110,192). Sum of RGB (Red+Green+Blue) = 254+110+192=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6EC0 is #01913F. Grayscale: #A2A2A2. Windows color (decimal): -102720 or 12611326. OLE color: 12611326.

HSL color Cylindrical-coordinate representation of color #FE6EC0: hue angle of 325.83º 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 #FE6EC0 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB254110192-
CMYK00.570.240.00
HSL325.83º98.63%71.37%-
HSV(B)325.83º56.69%99.61%-
XYZ55.9636.0353.87-
YUV162.4144.71193.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.68%
GREEN value IS 110 (43.36% from 255) = 19.78%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=45.68%
G=19.78%
B=34.53%

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
Decimal25411019200.570.240.00325.8398.6371.37
HexFE6EC00391801466347
Octal376156300071300506143107
Binary11111110110111011000000011100111000010100011011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6EC0; }

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

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

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

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

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

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

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

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