#FC53C9

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

Shades of Neon Pink #FC53C9

Tints of Neon Pink #FC53C9

Color information

#FC53C9 (or 0xFC53C9) is unknown color: approx Neon Pink. HEX triplet: FC, 53 and C9. RGB value is (252,83,201). Sum of RGB (Red+Green+Blue) = 252+83+201=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 83 (32.81% from 255 or 15.49% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53C9 is #03AC36. Grayscale: #929292. Windows color (decimal): -240695 or 13194236. OLE color: 13194236.

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

Color convert

RGB25283201-
CMYK00.670.200.01
HSL318.11º96.57%65.69%-
HSV(B)318.11º67.06%98.82%-
XYZ53.7831.158.43-
YUV146.98158.49202.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.01%
GREEN value IS 83 (32.81% from 255) = 15.49%
BLUE value IS 201 (78.91% from 255) = 37.5%
R=47.01%
G=15.49%
B=37.5%

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
Decimal2528320100.670.200.01318.1196.5765.69
HexFC53C904314113e6142
Octal3741233110103241476141102
Binary111111001010011110010010100001110100110011111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC53C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC53C9; }

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

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

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

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

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

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

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

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