#FD54CD

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

Shades of Neon Pink #FD54CD

Tints of Neon Pink #FD54CD

Color information

#FD54CD (or 0xFD54CD) is unknown color: approx Neon Pink. HEX triplet: FD, 54 and CD. RGB value is (253,84,205). Sum of RGB (Red+Green+Blue) = 253+84+205=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 84 (33.20% from 255 or 15.50% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD54CD is #02AB32. Grayscale: #949494. Windows color (decimal): -174899 or 13456637. OLE color: 13456637.

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

Color convert

RGB25384205-
CMYK00.670.190.01
HSL317.04º97.69%66.08%-
HSV(B)317.04º66.8%99.22%-
XYZ54.731.6360.98-
YUV148.32159.99202.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 84 (33.20% from 255) = 15.50%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=46.68%
G=15.50%
B=37.82%

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
Decimal2538420500.670.190.01317.0497.6966.08
HexFD54CD04313113d6242
Octal3751243150103231475142102
Binary111111011010100110011010100001110011110011110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD54CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD54CD; }

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

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

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

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

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

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

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

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