#FC54C6

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

Shades of Neon Pink #FC54C6

Tints of Neon Pink #FC54C6

Color information

#FC54C6 (or 0xFC54C6) is unknown color: approx Neon Pink. HEX triplet: FC, 54 and C6. RGB value is (252,84,198). Sum of RGB (Red+Green+Blue) = 252+84+198=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC54C6 is #03AB39. Grayscale: #929292. Windows color (decimal): -240442 or 12997884. OLE color: 12997884.

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

Color convert

RGB25284198-
CMYK00.670.210.01
HSL319.29º96.55%65.88%-
HSV(B)319.29º66.67%98.82%-
XYZ53.5131.1156.61-
YUV147.23156.66202.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.19%
GREEN value IS 84 (33.20% from 255) = 15.73%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=47.19%
G=15.73%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528419800.670.210.01319.2996.5565.88
HexFC54C604315113f6142
Octal3741243060103251477141102
Binary111111001010100110001100100001110101110011111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC54C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC54C6; }

 p { color: rgb(252,84,198); }

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

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

 a { background-color: rgb(252,84,198); }

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

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

 span { border-color: rgb(252,84,198); }

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