#F776CD

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

Shades of Neon Pink #F776CD

Tints of Neon Pink #F776CD

Color information

#F776CD (or 0xF776CD) is unknown color: approx Neon Pink. HEX triplet: F7, 76 and CD. RGB value is (247,118,205). Sum of RGB (Red+Green+Blue) = 247+118+205=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F776CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776CD is #088932. Grayscale: #A6A6A6. Windows color (decimal): -559411 or 13465335. OLE color: 13465335.

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

Color convert

RGB247118205-
CMYK00.520.170.03
HSL319.53º88.97%71.57%-
HSV(B)319.53º52.23%96.86%-
XYZ55.8637.1461.98-
YUV166.49149.74185.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.33%
GREEN value IS 118 (46.48% from 255) = 20.70%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=43.33%
G=20.70%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711820500.520.170.03319.5388.9771.57
HexF776CD0341131405948
Octal367166315064213500131110
Binary111101111110110110011010110100100011110100000010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F776CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F776CD; }

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

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

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

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

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

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

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

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