#F776C8

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

Shades of Neon Pink #F776C8

Tints of Neon Pink #F776C8

Color information

#F776C8 (or 0xF776C8) is unknown color: approx Neon Pink. HEX triplet: F7, 76 and C8. RGB value is (247,118,200). Sum of RGB (Red+Green+Blue) = 247+118+200=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F776C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776C8 is #088937. Grayscale: #A5A5A5. Windows color (decimal): -559416 or 13137655. OLE color: 13137655.

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

Color convert

RGB247118200-
CMYK00.520.190.03
HSL321.86º88.97%71.57%-
HSV(B)321.86º52.23%96.86%-
XYZ55.2636.958.85-
YUV165.92147.24185.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.72%
GREEN value IS 118 (46.48% from 255) = 20.88%
BLUE value IS 200 (78.52% from 255) = 35.40%
R=43.72%
G=20.88%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711820000.520.190.03321.8688.9771.57
HexF776C80341331425948
Octal367166310064233502131110
Binary111101111110110110010000110100100111110100001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F776C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F776C8; }

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

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

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

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

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

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

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

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