#FC70C7

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

Shades of Neon Pink #FC70C7

Tints of Neon Pink #FC70C7

Color information

#FC70C7 (or 0xFC70C7) is unknown color: approx Neon Pink. HEX triplet: FC, 70 and C7. RGB value is (252,112,199). Sum of RGB (Red+Green+Blue) = 252+112+199=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70C7 is #038F38. Grayscale: #A3A3A3. Windows color (decimal): -233273 or 13070588. OLE color: 13070588.

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

Color convert

RGB252112199-
CMYK00.560.210.01
HSL322.71º95.89%71.37%-
HSV(B)322.71º55.56%98.82%-
XYZ56.2536.4158.1-
YUV163.78147.88190.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.76%
GREEN value IS 112 (44.14% from 255) = 19.89%
BLUE value IS 199 (78.12% from 255) = 35.35%
R=44.76%
G=19.89%
B=35.35%

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
Decimal25211219900.560.210.01322.7195.8971.37
HexFC70C70381511436047
Octal374160307070251503140107
Binary11111100111000011000111011100010101110100001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC70C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC70C7; }

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

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

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

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

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

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

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

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