#FC78CC

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

Shades of Neon Pink #FC78CC

Tints of Neon Pink #FC78CC

Color information

#FC78CC (or 0xFC78CC) is unknown color: approx Neon Pink. HEX triplet: FC, 78 and CC. RGB value is (252,120,204). Sum of RGB (Red+Green+Blue) = 252+120+204=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78CC is #038733. Grayscale: #A8A8A8. Windows color (decimal): -231220 or 13400316. OLE color: 13400316.

HSL color Cylindrical-coordinate representation of color #FC78CC: hue angle of 321.82º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC78CC is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252120204-
CMYK00.520.190.01
HSL321.82º95.65%72.94%-
HSV(B)321.82º52.38%98.82%-
XYZ57.7638.4961.51-
YUV169.04147.73187.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.75%
GREEN value IS 120 (47.27% from 255) = 20.83%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=43.75%
G=20.83%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212020400.520.190.01321.8295.6572.94
HexFC78CC0341311426049
Octal374170314064231502140111
Binary11111100111100011001100011010010011110100001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC78CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC78CC; }

 p { color: rgb(252,120,204); }

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

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

 a { background-color: rgb(252,120,204); }

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

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

 span { border-color: rgb(252,120,204); }

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