#FC6AC8

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

Shades of Neon Pink #FC6AC8

Tints of Neon Pink #FC6AC8

Color information

#FC6AC8 (or 0xFC6AC8) is unknown color: approx Neon Pink. HEX triplet: FC, 6A and C8. RGB value is (252,106,200). Sum of RGB (Red+Green+Blue) = 252+106+200=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6AC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6AC8 is #039537. Grayscale: #A0A0A0. Windows color (decimal): -234808 or 13134588. OLE color: 13134588.

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

Color convert

RGB252106200-
CMYK00.580.210.01
HSL321.37º96.05%70.2%-
HSV(B)321.37º57.94%98.82%-
XYZ55.7235.1758.5-
YUV160.37150.37193.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.16%
GREEN value IS 106 (41.80% from 255) = 19.00%
BLUE value IS 200 (78.52% from 255) = 35.84%
R=45.16%
G=19.00%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210620000.580.210.01321.3796.0570.2
HexFC6AC803A1511416046
Octal374152310072251501140106
Binary11111100110101011001000011101010101110100000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6AC8; }

 p { color: rgb(252,106,200); }

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

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

 a { background-color: rgb(252,106,200); }

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

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

 span { border-color: rgb(252,106,200); }

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