#FC5DCC

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

Shades of Neon Pink #FC5DCC

Tints of Neon Pink #FC5DCC

Color information

#FC5DCC (or 0xFC5DCC) is unknown color: approx Neon Pink. HEX triplet: FC, 5D and CC. RGB value is (252,93,204). Sum of RGB (Red+Green+Blue) = 252+93+204=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DCC is #03A233. Grayscale: #989898. Windows color (decimal): -238132 or 13393404. OLE color: 13393404.

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

Color convert

RGB25293204-
CMYK00.630.190.01
HSL318.11º96.36%67.65%-
HSV(B)318.11º63.1%98.82%-
XYZ54.9632.8860.58-
YUV153.2156.68198.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 93 (36.72% from 255) = 16.94%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=45.90%
G=16.94%
B=37.16%

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
Decimal2529320400.630.190.01318.1196.3667.65
HexFC5DCC03F13113e6044
Octal374135314077231476140104
Binary11111100101110111001100011111110011110011111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5DCC; }

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

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

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

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

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

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

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

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