#FD77C3

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

Shades of Neon Pink #FD77C3

Tints of Neon Pink #FD77C3

Color information

#FD77C3 (or 0xFD77C3) is unknown color: approx Neon Pink. HEX triplet: FD, 77 and C3. RGB value is (253,119,195). Sum of RGB (Red+Green+Blue) = 253+119+195=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77C3 is #02883C. Grayscale: #A7A7A7. Windows color (decimal): -165949 or 12810237. OLE color: 12810237.

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

Color convert

RGB253119195-
CMYK00.530.230.01
HSL325.97º97.1%72.94%-
HSV(B)325.97º52.96%99.22%-
XYZ56.9638.0255.97-
YUV167.73143.39188.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.62%
GREEN value IS 119 (46.88% from 255) = 20.99%
BLUE value IS 195 (76.56% from 255) = 34.39%
R=44.62%
G=20.99%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311919500.530.230.01325.9797.172.94
HexFD77C30351711466149
Octal375167303065271506141111
Binary11111101111011111000011011010110111110100011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD77C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD77C3; }

 p { color: rgb(253,119,195); }

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

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

 a { background-color: rgb(253,119,195); }

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

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

 span { border-color: rgb(253,119,195); }

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