#FD77C7

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

Shades of Neon Pink #FD77C7

Tints of Neon Pink #FD77C7

Color information

#FD77C7 (or 0xFD77C7) is unknown color: approx Neon Pink. HEX triplet: FD, 77 and C7. RGB value is (253,119,199). Sum of RGB (Red+Green+Blue) = 253+119+199=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77C7 is #028838. Grayscale: #A8A8A8. Windows color (decimal): -165945 or 13072381. OLE color: 13072381.

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

Color convert

RGB253119199-
CMYK00.530.210.01
HSL324.18º97.1%72.94%-
HSV(B)324.18º52.96%99.22%-
XYZ57.4138.258.38-
YUV168.19145.39188.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.31%
GREEN value IS 119 (46.88% from 255) = 20.84%
BLUE value IS 199 (78.12% from 255) = 34.85%
R=44.31%
G=20.84%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311919900.530.210.01324.1897.172.94
HexFD77C70351511446149
Octal375167307065251504141111
Binary11111101111011111000111011010110101110100010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD77C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD77C7; }

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

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

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

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

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

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

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

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