#FC70D6

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

Shades of Neon Pink #FC70D6

Tints of Neon Pink #FC70D6

Color information

#FC70D6 (or 0xFC70D6) is unknown color: approx Neon Pink. HEX triplet: FC, 70 and D6. RGB value is (252,112,214). Sum of RGB (Red+Green+Blue) = 252+112+214=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70D6 is #038F29. Grayscale: #A5A5A5. Windows color (decimal): -233258 or 14053628. OLE color: 14053628.

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

Color convert

RGB252112214-
CMYK00.560.150.01
HSL316.29º95.89%71.37%-
HSV(B)316.29º55.56%98.82%-
XYZ58.0837.1467.73-
YUV165.49155.38189.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 112 (44.14% from 255) = 19.38%
BLUE value IS 214 (83.98% from 255) = 37.02%
R=43.60%
G=19.38%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211221400.560.150.01316.2995.8971.37
HexFC70D6038F113c6047
Octal374160326070171474140107
Binary1111110011100001101011001110001111110011110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC70D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC70D6; }

 p { color: rgb(252,112,214); }

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

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

 a { background-color: rgb(252,112,214); }

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

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

 span { border-color: rgb(252,112,214); }

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