#FC57CD

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

Shades of Neon Pink #FC57CD

Tints of Neon Pink #FC57CD

Color information

#FC57CD (or 0xFC57CD) is unknown color: approx Neon Pink. HEX triplet: FC, 57 and CD. RGB value is (252,87,205). Sum of RGB (Red+Green+Blue) = 252+87+205=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 87 (34.38% from 255 or 15.99% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57CD is #03A832. Grayscale: #959595. Windows color (decimal): -239667 or 13457404. OLE color: 13457404.

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

Color convert

RGB25287205-
CMYK00.650.190.01
HSL317.09º96.49%66.47%-
HSV(B)317.09º65.48%98.82%-
XYZ54.5731.9261.04-
YUV149.79159.16200.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.32%
GREEN value IS 87 (34.38% from 255) = 15.99%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=46.32%
G=15.99%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528720500.650.190.01317.0996.4966.47
HexFC57CD04113113d6042
Octal3741273150101231475140102
Binary111111001010111110011010100000110011110011110111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC57CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC57CD; }

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

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

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

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

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

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

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

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