#FC52C3

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

Shades of Neon Pink #FC52C3

Tints of Neon Pink #FC52C3

Color information

#FC52C3 (or 0xFC52C3) is unknown color: approx Neon Pink. HEX triplet: FC, 52 and C3. RGB value is (252,82,195). Sum of RGB (Red+Green+Blue) = 252+82+195=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52C3 is #03AD3C. Grayscale: #919191. Windows color (decimal): -240957 or 12800764. OLE color: 12800764.

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

Color convert

RGB25282195-
CMYK00.670.230.01
HSL320.12º96.59%65.49%-
HSV(B)320.12º67.46%98.82%-
XYZ53.0130.6754.76-
YUV145.71155.82203.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 82 (32.42% from 255) = 15.50%
BLUE value IS 195 (76.56% from 255) = 36.86%
R=47.64%
G=15.50%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528219500.670.230.01320.1296.5965.49
HexFC52C30431711406141
Octal3741223030103271500141101
Binary111111001010010110000110100001110111110100000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC52C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC52C3; }

 p { color: rgb(252,82,195); }

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

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

 a { background-color: rgb(252,82,195); }

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

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

 span { border-color: rgb(252,82,195); }

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