#FC54CD

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

Shades of Neon Pink #FC54CD

Tints of Neon Pink #FC54CD

Color information

#FC54CD (or 0xFC54CD) is unknown color: approx Neon Pink. HEX triplet: FC, 54 and CD. RGB value is (252,84,205). Sum of RGB (Red+Green+Blue) = 252+84+205=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 84 (33.20% from 255 or 15.53% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC54CD is #03AB32. Grayscale: #939393. Windows color (decimal): -240435 or 13456636. OLE color: 13456636.

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

Color convert

RGB25284205-
CMYK00.670.190.01
HSL316.79º96.55%65.88%-
HSV(B)316.79º66.67%98.82%-
XYZ54.3331.4460.96-
YUV148.03160.16202.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.58%
GREEN value IS 84 (33.20% from 255) = 15.53%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=46.58%
G=15.53%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528420500.670.190.01316.7996.5565.88
HexFC54CD04313113d6142
Octal3741243150103231475141102
Binary111111001010100110011010100001110011110011110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC54CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC54CD; }

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

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

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

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

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

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

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

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