#F775C7

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

Shades of Neon Pink #F775C7

Tints of Neon Pink #F775C7

Color information

#F775C7 (or 0xF775C7) is unknown color: approx Neon Pink. HEX triplet: F7, 75 and C7. RGB value is (247,117,199). Sum of RGB (Red+Green+Blue) = 247+117+199=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F775C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775C7 is #088A38. Grayscale: #A5A5A5. Windows color (decimal): -559673 or 13071863. OLE color: 13071863.

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

Color convert

RGB247117199-
CMYK00.530.190.03
HSL322.15º89.04%71.37%-
HSV(B)322.15º52.63%96.86%-
XYZ55.0336.6258.2-
YUV165.22147.07186.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.87%
GREEN value IS 117 (46.09% from 255) = 20.78%
BLUE value IS 199 (78.12% from 255) = 35.35%
R=43.87%
G=20.78%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711719900.530.190.03322.1589.0471.37
HexF775C70351331425947
Octal367165307065233502131107
Binary111101111110101110001110110101100111110100001010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F775C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F775C7; }

 p { color: rgb(247,117,199); }

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

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

 a { background-color: rgb(247,117,199); }

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

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

 span { border-color: rgb(247,117,199); }

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