#FD56CA

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

Shades of Neon Pink #FD56CA

Tints of Neon Pink #FD56CA

Color information

#FD56CA (or 0xFD56CA) is unknown color: approx Neon Pink. HEX triplet: FD, 56 and CA. RGB value is (253,86,202). Sum of RGB (Red+Green+Blue) = 253+86+202=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 86 (33.98% from 255 or 15.90% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FD56CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD56CA is #02A935. Grayscale: #949494. Windows color (decimal): -174390 or 13260541. OLE color: 13260541.

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

Color convert

RGB25386202-
CMYK00.660.200.01
HSL318.32º97.66%66.47%-
HSV(B)318.32º66.01%99.22%-
XYZ54.531.859.14-
YUV149.16157.83202.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.77%
GREEN value IS 86 (33.98% from 255) = 15.90%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=46.77%
G=15.90%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538620200.660.200.01318.3297.6666.47
HexFD56CA04214113e6242
Octal3751263120102241476142102
Binary111111011010110110010100100001010100110011111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD56CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD56CA; }

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

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

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

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

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

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

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

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