#FD56C5

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

Shades of Neon Pink #FD56C5

Tints of Neon Pink #FD56C5

Color information

#FD56C5 (or 0xFD56C5) is unknown color: approx Neon Pink. HEX triplet: FD, 56 and C5. RGB value is (253,86,197). Sum of RGB (Red+Green+Blue) = 253+86+197=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD56C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD56C5 is #02A93A. Grayscale: #949494. Windows color (decimal): -174395 or 12932861. OLE color: 12932861.

HSL color Cylindrical-coordinate representation of color #FD56C5: hue angle of 320.12º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD56C5 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB25386197-
CMYK00.660.220.01
HSL320.12º97.66%66.47%-
HSV(B)320.12º66.01%99.22%-
XYZ53.9131.5756.08-
YUV148.59155.33202.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.20%
GREEN value IS 86 (33.98% from 255) = 16.04%
BLUE value IS 197 (77.34% from 255) = 36.75%
R=47.20%
G=16.04%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538619700.660.220.01320.1297.6666.47
HexFD56C50421611406242
Octal3751263050102261500142102
Binary111111011010110110001010100001010110110100000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD56C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD56C5; }

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

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

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

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

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

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

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

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