#FC5DCD

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

Shades of Neon Pink #FC5DCD

Tints of Neon Pink #FC5DCD

Color information

#FC5DCD (or 0xFC5DCD) is unknown color: approx Neon Pink. HEX triplet: FC, 5D and CD. RGB value is (252,93,205). Sum of RGB (Red+Green+Blue) = 252+93+205=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DCD is #03A232. Grayscale: #999999. Windows color (decimal): -238131 or 13458940. OLE color: 13458940.

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

Color convert

RGB25293205-
CMYK00.630.190.01
HSL317.74º96.36%67.65%-
HSV(B)317.74º63.1%98.82%-
XYZ55.0832.9361.21-
YUV153.31157.18198.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.82%
GREEN value IS 93 (36.72% from 255) = 16.91%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=45.82%
G=16.91%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529320500.630.190.01317.7496.3667.65
HexFC5DCD03F13113e6044
Octal374135315077231476140104
Binary11111100101110111001101011111110011110011111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5DCD; }

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

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

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

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

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

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

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

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