#FC70D2

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

Shades of Neon Pink #FC70D2

Tints of Neon Pink #FC70D2

Color information

#FC70D2 (or 0xFC70D2) is unknown color: approx Neon Pink. HEX triplet: FC, 70 and D2. RGB value is (252,112,210). Sum of RGB (Red+Green+Blue) = 252+112+210=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70D2 is #038F2D. Grayscale: #A4A4A4. Windows color (decimal): -233262 or 13791484. OLE color: 13791484.

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

Color convert

RGB252112210-
CMYK00.560.170.01
HSL318º95.89%71.37%-
HSV(B)318º55.56%98.82%-
XYZ57.5736.9465.07-
YUV165.03153.38190.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 112 (44.14% from 255) = 19.51%
BLUE value IS 210 (82.42% from 255) = 36.59%
R=43.90%
G=19.51%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211221000.560.170.0131895.8971.37
HexFC70D203811113e6047
Octal374160322070211476140107
Binary11111100111000011010010011100010001110011111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC70D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC70D2; }

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

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

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

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

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

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

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

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