#FD56C6

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

Shades of Neon Pink #FD56C6

Tints of Neon Pink #FD56C6

Color information

#FD56C6 (or 0xFD56C6) is unknown color: approx Neon Pink. HEX triplet: FD, 56 and C6. RGB value is (253,86,198). Sum of RGB (Red+Green+Blue) = 253+86+198=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD56C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD56C6 is #02A939. Grayscale: #949494. Windows color (decimal): -174394 or 12998397. OLE color: 12998397.

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

Color convert

RGB25386198-
CMYK00.660.220.01
HSL319.76º97.66%66.47%-
HSV(B)319.76º66.01%99.22%-
XYZ54.0331.6256.68-
YUV148.7155.83202.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.11%
GREEN value IS 86 (33.98% from 255) = 16.01%
BLUE value IS 198 (77.73% from 255) = 36.87%
R=47.11%
G=16.01%
B=36.87%

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
Decimal2538619800.660.220.01319.7697.6666.47
HexFD56C60421611406242
Octal3751263060102261500142102
Binary111111011010110110001100100001010110110100000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD56C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD56C6; }

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

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

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

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

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

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

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

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