#FC6DCD

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

Shades of Neon Pink #FC6DCD

Tints of Neon Pink #FC6DCD

Color information

#FC6DCD (or 0xFC6DCD) is unknown color: approx Neon Pink. HEX triplet: FC, 6D and CD. RGB value is (252,109,205). Sum of RGB (Red+Green+Blue) = 252+109+205=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6DCD is #039232. Grayscale: #A2A2A2. Windows color (decimal): -234035 or 13463036. OLE color: 13463036.

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

Color convert

RGB252109205-
CMYK00.570.190.01
HSL319.72º95.97%70.78%-
HSV(B)319.72º56.75%98.82%-
XYZ56.6336.0461.73-
YUV162.7151.88191.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.52%
GREEN value IS 109 (42.97% from 255) = 19.26%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=44.52%
G=19.26%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210920500.570.190.01319.7295.9770.78
HexFC6DCD0391311406047
Octal374155315071231500140107
Binary11111100110110111001101011100110011110100000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6DCD; }

 p { color: rgb(252,109,205); }

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

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

 a { background-color: rgb(252,109,205); }

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

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

 span { border-color: rgb(252,109,205); }

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