#FC78C6

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

Shades of Neon Pink #FC78C6

Tints of Neon Pink #FC78C6

Color information

#FC78C6 (or 0xFC78C6) is unknown color: approx Neon Pink. HEX triplet: FC, 78 and C6. RGB value is (252,120,198). Sum of RGB (Red+Green+Blue) = 252+120+198=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78C6 is #038739. Grayscale: #A8A8A8. Windows color (decimal): -231226 or 13007100. OLE color: 13007100.

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

Color convert

RGB252120198-
CMYK00.520.210.01
HSL324.55º95.65%72.94%-
HSV(B)324.55º52.38%98.82%-
XYZ57.0538.2157.79-
YUV168.36144.73187.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.21%
GREEN value IS 120 (47.27% from 255) = 21.05%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=44.21%
G=21.05%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212019800.520.210.01324.5595.6572.94
HexFC78C60341511456049
Octal374170306064251505140111
Binary11111100111100011000110011010010101110100010111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC78C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC78C6; }

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

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

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

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

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

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

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

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