#FC6EC6

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

Shades of Neon Pink #FC6EC6

Tints of Neon Pink #FC6EC6

Color information

#FC6EC6 (or 0xFC6EC6) is unknown color: approx Neon Pink. HEX triplet: FC, 6E and C6. RGB value is (252,110,198). Sum of RGB (Red+Green+Blue) = 252+110+198=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EC6 is #039139. Grayscale: #A2A2A2. Windows color (decimal): -233786 or 13004540. OLE color: 13004540.

HSL color Cylindrical-coordinate representation of color #FC6EC6: hue angle of 322.82º 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 #FC6EC6 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB252110198-
CMYK00.560.210.01
HSL322.82º95.95%70.98%-
HSV(B)322.82º56.35%98.82%-
XYZ55.9135.9257.41-
YUV162.49148.04191.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45%
GREEN value IS 110 (43.36% from 255) = 19.64%
BLUE value IS 198 (77.73% from 255) = 35.36%
R=45%
G=19.64%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211019800.560.210.01322.8295.9570.98
HexFC6EC60381511436047
Octal374156306070251503140107
Binary11111100110111011000110011100010101110100001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6EC6; }

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

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

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

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

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

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

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

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