#FC53CA

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

Shades of Neon Pink #FC53CA

Tints of Neon Pink #FC53CA

Color information

#FC53CA (or 0xFC53CA) is unknown color: approx Neon Pink. HEX triplet: FC, 53 and CA. RGB value is (252,83,202). Sum of RGB (Red+Green+Blue) = 252+83+202=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 83 (32.81% from 255 or 15.46% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53CA is #03AC35. Grayscale: #929292. Windows color (decimal): -240694 or 13259772. OLE color: 13259772.

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

Color convert

RGB25283202-
CMYK00.670.200.01
HSL317.75º96.57%65.69%-
HSV(B)317.75º67.06%98.82%-
XYZ53.931.1559.05-
YUV147.1158.99202.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.93%
GREEN value IS 83 (32.81% from 255) = 15.46%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=46.93%
G=15.46%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528320200.670.200.01317.7596.5765.69
HexFC53CA04314113e6142
Octal3741233120103241476141102
Binary111111001010011110010100100001110100110011111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC53CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC53CA; }

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

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

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

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

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

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

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

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