#FD79CB

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

Shades of Neon Pink #FD79CB

Tints of Neon Pink #FD79CB

Color information

#FD79CB (or 0xFD79CB) is unknown color: approx Neon Pink. HEX triplet: FD, 79 and CB. RGB value is (253,121,203). Sum of RGB (Red+Green+Blue) = 253+121+203=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 121 (47.66% from 255 or 20.97% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD79CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD79CB is #028634. Grayscale: #A9A9A9. Windows color (decimal): -165429 or 13335037. OLE color: 13335037.

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

Color convert

RGB253121203-
CMYK00.520.200.01
HSL322.73º97.06%73.33%-
HSV(B)322.73º52.17%99.22%-
XYZ58.1238.8760.94-
YUV169.82146.73187.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.85%
GREEN value IS 121 (47.66% from 255) = 20.97%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=43.85%
G=20.97%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312120300.520.200.01322.7397.0673.33
HexFD79CB0341411436149
Octal375171313064241503141111
Binary11111101111100111001011011010010100110100001111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD79CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD79CB; }

 p { color: rgb(253,121,203); }

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

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

 a { background-color: rgb(253,121,203); }

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

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

 span { border-color: rgb(253,121,203); }

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