#FD7CD1

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

Shades of Neon Pink #FD7CD1

Tints of Neon Pink #FD7CD1

Color information

#FD7CD1 (or 0xFD7CD1) is unknown color: approx Neon Pink. HEX triplet: FD, 7C and D1. RGB value is (253,124,209). Sum of RGB (Red+Green+Blue) = 253+124+209=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CD1 is #02832E. Grayscale: #ACACAC. Windows color (decimal): -164655 or 13729021. OLE color: 13729021.

HSL color Cylindrical-coordinate representation of color #FD7CD1: hue angle of 320.47º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7CD1 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB253124209-
CMYK00.510.170.01
HSL320.47º96.99%73.92%-
HSV(B)320.47º50.99%99.22%-
XYZ59.2239.964.9-
YUV172.26148.74185.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 124 (48.83% from 255) = 21.16%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=43.17%
G=21.16%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312420900.510.170.01320.4796.9973.92
HexFD7CD1033111140614a
Octal375174321063211500141112
Binary11111101111110011010001011001110001110100000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CD1; }

 p { color: rgb(253,124,209); }

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

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

 a { background-color: rgb(253,124,209); }

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

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

 span { border-color: rgb(253,124,209); }

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