#F776D6

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

Shades of Neon Pink #F776D6

Tints of Neon Pink #F776D6

Color information

#F776D6 (or 0xF776D6) is unknown color: approx Neon Pink. HEX triplet: F7, 76 and D6. RGB value is (247,118,214). Sum of RGB (Red+Green+Blue) = 247+118+214=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F776D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776D6 is #088929. Grayscale: #A7A7A7. Windows color (decimal): -559402 or 14055159. OLE color: 14055159.

HSL color Cylindrical-coordinate representation of color #F776D6: hue angle of 315.35º 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 #F776D6 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247118214-
CMYK00.520.130.03
HSL315.35º88.97%71.57%-
HSV(B)315.35º52.23%96.86%-
XYZ56.9737.5967.87-
YUV167.52154.24184.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.66%
GREEN value IS 118 (46.48% from 255) = 20.38%
BLUE value IS 214 (83.98% from 255) = 36.96%
R=42.66%
G=20.38%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711821400.520.130.03315.3588.9771.57
HexF776D6034D313b5948
Octal367166326064153473131110
Binary11110111111011011010110011010011011110011101110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F776D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F776D6; }

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

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

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

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

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

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

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

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