#FD7CCF

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

Shades of Neon Pink #FD7CCF

Tints of Neon Pink #FD7CCF

Color information

#FD7CCF (or 0xFD7CCF) is unknown color: approx Neon Pink. HEX triplet: FD, 7C and CF. RGB value is (253,124,207). Sum of RGB (Red+Green+Blue) = 253+124+207=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7CCF is #028330. Grayscale: #ABABAB. Windows color (decimal): -164657 or 13597949. OLE color: 13597949.

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

Color convert

RGB253124207-
CMYK00.510.180.01
HSL321.4º96.99%73.92%-
HSV(B)321.4º50.99%99.22%-
XYZ58.9839.863.61-
YUV172.03147.74185.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.32%
GREEN value IS 124 (48.83% from 255) = 21.23%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=43.32%
G=21.23%
B=35.45%

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
Decimal25312420700.510.180.01321.496.9973.92
HexFD7CCF033121141614a
Octal375174317063221501141112
Binary11111101111110011001111011001110010110100000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CCF; }

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

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

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

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

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

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

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

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