#FD77C4

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

Shades of Neon Pink #FD77C4

Tints of Neon Pink #FD77C4

Color information

#FD77C4 (or 0xFD77C4) is unknown color: approx Neon Pink. HEX triplet: FD, 77 and C4. RGB value is (253,119,196). Sum of RGB (Red+Green+Blue) = 253+119+196=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77C4 is #02883B. Grayscale: #A7A7A7. Windows color (decimal): -165948 or 12875773. OLE color: 12875773.

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

Color convert

RGB253119196-
CMYK00.530.230.01
HSL325.52º97.1%72.94%-
HSV(B)325.52º52.96%99.22%-
XYZ57.0738.0656.56-
YUV167.84143.89188.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.54%
GREEN value IS 119 (46.88% from 255) = 20.95%
BLUE value IS 196 (76.95% from 255) = 34.51%
R=44.54%
G=20.95%
B=34.51%

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
Decimal25311919600.530.230.01325.5297.172.94
HexFD77C40351711466149
Octal375167304065271506141111
Binary11111101111011111000100011010110111110100011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD77C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD77C4; }

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

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

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

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

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

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

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

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