#FC59C8

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

Shades of Neon Pink #FC59C8

Tints of Neon Pink #FC59C8

Color information

#FC59C8 (or 0xFC59C8) is unknown color: approx Neon Pink. HEX triplet: FC, 59 and C8. RGB value is (252,89,200). Sum of RGB (Red+Green+Blue) = 252+89+200=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 89 (35.16% from 255 or 16.45% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC59C8 is #03A637. Grayscale: #969696. Windows color (decimal): -239160 or 13130236. OLE color: 13130236.

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

Color convert

RGB25289200-
CMYK00.650.210.01
HSL319.14º96.45%66.86%-
HSV(B)319.14º64.68%98.82%-
XYZ54.1432.0157.97-
YUV150.39156200.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.58%
GREEN value IS 89 (35.16% from 255) = 16.45%
BLUE value IS 200 (78.52% from 255) = 36.97%
R=46.58%
G=16.45%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528920000.650.210.01319.1496.4566.86
HexFC59C804115113f6043
Octal3741313100101251477140103
Binary111111001011001110010000100000110101110011111111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC59C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC59C8; }

 p { color: rgb(252,89,200); }

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

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

 a { background-color: rgb(252,89,200); }

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

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

 span { border-color: rgb(252,89,200); }

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