#F776D1

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

Shades of Neon Pink #F776D1

Tints of Neon Pink #F776D1

Color information

#F776D1 (or 0xF776D1) is unknown color: approx Neon Pink. HEX triplet: F7, 76 and D1. RGB value is (247,118,209). Sum of RGB (Red+Green+Blue) = 247+118+209=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F776D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776D1 is #08892E. Grayscale: #A6A6A6. Windows color (decimal): -559407 or 13727479. OLE color: 13727479.

HSL color Cylindrical-coordinate representation of color #F776D1: hue angle of 317.67º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F776D1 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB247118209-
CMYK00.520.150.03
HSL317.67º88.97%71.57%-
HSV(B)317.67º52.23%96.86%-
XYZ56.3437.3364.56-
YUV166.94151.74185.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.03%
GREEN value IS 118 (46.48% from 255) = 20.56%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=43.03%
G=20.56%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711820900.520.150.03317.6788.9771.57
HexF776D1034F313e5948
Octal367166321064173476131110
Binary11110111111011011010001011010011111110011111010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F776D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F776D1; }

 p { color: rgb(247,118,209); }

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

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

 a { background-color: rgb(247,118,209); }

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

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

 span { border-color: rgb(247,118,209); }

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