#FC6EC2

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

Shades of Neon Pink #FC6EC2

Tints of Neon Pink #FC6EC2

Color information

#FC6EC2 (or 0xFC6EC2) is unknown color: approx Neon Pink. HEX triplet: FC, 6E and C2. RGB value is (252,110,194). Sum of RGB (Red+Green+Blue) = 252+110+194=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EC2 is #03913D. Grayscale: #A1A1A1. Windows color (decimal): -233790 or 12742396. OLE color: 12742396.

HSL color Cylindrical-coordinate representation of color #FC6EC2: hue angle of 324.51º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6EC2 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB252110194-
CMYK00.560.230.01
HSL324.51º95.95%70.98%-
HSV(B)324.51º56.35%98.82%-
XYZ55.4635.7455.01-
YUV162.03146.04192.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 110 (43.36% from 255) = 19.78%
BLUE value IS 194 (76.17% from 255) = 34.89%
R=45.32%
G=19.78%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211019400.560.230.01324.5195.9570.98
HexFC6EC20381711456047
Octal374156302070271505140107
Binary11111100110111011000010011100010111110100010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6EC2; }

 p { color: rgb(252,110,194); }

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

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

 a { background-color: rgb(252,110,194); }

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

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

 span { border-color: rgb(252,110,194); }

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