#FD54C5

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

Shades of Neon Pink #FD54C5

Tints of Neon Pink #FD54C5

Color information

#FD54C5 (or 0xFD54C5) is unknown color: approx Neon Pink. HEX triplet: FD, 54 and C5. RGB value is (253,84,197). Sum of RGB (Red+Green+Blue) = 253+84+197=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD54C5 is #02AB3A. Grayscale: #939393. Windows color (decimal): -174907 or 12932349. OLE color: 12932349.

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

Color convert

RGB25384197-
CMYK00.670.220.01
HSL319.88º97.69%66.08%-
HSV(B)319.88º66.8%99.22%-
XYZ53.7631.2556.02-
YUV147.41155.99203.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.38%
GREEN value IS 84 (33.20% from 255) = 15.73%
BLUE value IS 197 (77.34% from 255) = 36.89%
R=47.38%
G=15.73%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538419700.670.220.01319.8897.6966.08
HexFD54C50431611406242
Octal3751243050103261500142102
Binary111111011010100110001010100001110110110100000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD54C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD54C5; }

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

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

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

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

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

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

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

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