#F766C8

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

Shades of Neon Pink #F766C8

Tints of Neon Pink #F766C8

Color information

#F766C8 (or 0xF766C8) is unknown color: approx Neon Pink. HEX triplet: F7, 66 and C8. RGB value is (247,102,200). Sum of RGB (Red+Green+Blue) = 247+102+200=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F766C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766C8 is #089937. Grayscale: #9C9C9C. Windows color (decimal): -563512 or 13133559. OLE color: 13133559.

HSL color Cylindrical-coordinate representation of color #F766C8: hue angle of 319.45º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F766C8 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB247102200-
CMYK00.590.190.03
HSL319.45º90.06%68.43%-
HSV(B)319.45º58.7%96.86%-
XYZ53.5333.4558.28-
YUV156.53152.54192.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.99%
GREEN value IS 102 (40.23% from 255) = 18.58%
BLUE value IS 200 (78.52% from 255) = 36.43%
R=44.99%
G=18.58%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710220000.590.190.03319.4590.0668.43
HexF766C803B13313f5a44
Octal367146310073233477132104
Binary111101111100110110010000111011100111110011111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F766C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F766C8; }

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

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

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

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

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

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

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

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