#FD76C7

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

Shades of Neon Pink #FD76C7

Tints of Neon Pink #FD76C7

Color information

#FD76C7 (or 0xFD76C7) is unknown color: approx Neon Pink. HEX triplet: FD, 76 and C7. RGB value is (253,118,199). Sum of RGB (Red+Green+Blue) = 253+118+199=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FD76C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD76C7 is #028938. Grayscale: #A7A7A7. Windows color (decimal): -166201 or 13072125. OLE color: 13072125.

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

Color convert

RGB253118199-
CMYK00.530.210.01
HSL324º97.12%72.75%-
HSV(B)324º53.36%99.22%-
XYZ57.337.9658.34-
YUV167.6145.73188.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.39%
GREEN value IS 118 (46.48% from 255) = 20.70%
BLUE value IS 199 (78.12% from 255) = 34.91%
R=44.39%
G=20.70%
B=34.91%

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
Decimal25311819900.530.210.0132497.1272.75
HexFD76C70351511446149
Octal375166307065251504141111
Binary11111101111011011000111011010110101110100010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD76C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD76C7; }

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

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

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

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

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

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

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

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