#FC57CA

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

Shades of Neon Pink #FC57CA

Tints of Neon Pink #FC57CA

Color information

#FC57CA (or 0xFC57CA) is unknown color: approx Neon Pink. HEX triplet: FC, 57 and CA. RGB value is (252,87,202). Sum of RGB (Red+Green+Blue) = 252+87+202=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 87 (34.38% from 255 or 16.08% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57CA is #03A835. Grayscale: #959595. Windows color (decimal): -239670 or 13260796. OLE color: 13260796.

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

Color convert

RGB25287202-
CMYK00.650.200.01
HSL318.18º96.49%66.47%-
HSV(B)318.18º65.48%98.82%-
XYZ54.2131.7859.15-
YUV149.44157.66201.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.58%
GREEN value IS 87 (34.38% from 255) = 16.08%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=46.58%
G=16.08%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528720200.650.200.01318.1896.4966.47
HexFC57CA04114113e6042
Octal3741273120101241476140102
Binary111111001010111110010100100000110100110011111011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC57CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC57CA; }

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

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

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

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

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

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

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

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