#FC7ED2

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

Shades of Neon Pink #FC7ED2

Tints of Neon Pink #FC7ED2

Color information

#FC7ED2 (or 0xFC7ED2) is unknown color: approx Neon Pink. HEX triplet: FC, 7E and D2. RGB value is (252,126,210). Sum of RGB (Red+Green+Blue) = 252+126+210=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ED2 is #03812D. Grayscale: #ADADAD. Windows color (decimal): -229678 or 13795068. OLE color: 13795068.

HSL color Cylindrical-coordinate representation of color #FC7ED2: hue angle of 320º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7ED2 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB252126210-
CMYK00.50.170.01
HSL320º95.45%74.12%-
HSV(B)320º50%98.82%-
XYZ59.2440.2765.62-
YUV173.25148.74184.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.86%
GREEN value IS 126 (49.61% from 255) = 21.43%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=42.86%
G=21.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212621000.50.170.0132095.4574.12
HexFC7ED20321111405f4a
Octal374176322062211500137112
Binary11111100111111011010010011001010001110100000010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7ED2; }

 p { color: rgb(252,126,210); }

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

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

 a { background-color: rgb(252,126,210); }

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

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

 span { border-color: rgb(252,126,210); }

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