#FD7CD0

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

Shades of Neon Pink #FD7CD0

Tints of Neon Pink #FD7CD0

Color information

#FD7CD0 (or 0xFD7CD0) is unknown color: approx Neon Pink. HEX triplet: FD, 7C and D0. RGB value is (253,124,208). Sum of RGB (Red+Green+Blue) = 253+124+208=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CD0 is #02832F. Grayscale: #ABABAB. Windows color (decimal): -164656 or 13663485. OLE color: 13663485.

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

Color convert

RGB253124208-
CMYK00.510.180.01
HSL320.93º96.99%73.92%-
HSV(B)320.93º50.99%99.22%-
XYZ59.139.8564.25-
YUV172.15148.24185.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 124 (48.83% from 255) = 21.20%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=43.25%
G=21.20%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312420800.510.180.01320.9396.9973.92
HexFD7CD0033121141614a
Octal375174320063221501141112
Binary11111101111110011010000011001110010110100000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CD0; }

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

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

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

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

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

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

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

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