#F771CC

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

Shades of Neon Pink #F771CC

Tints of Neon Pink #F771CC

Color information

#F771CC (or 0xF771CC) is unknown color: approx Neon Pink. HEX triplet: F7, 71 and CC. RGB value is (247,113,204). Sum of RGB (Red+Green+Blue) = 247+113+204=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F771CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771CC is #088E33. Grayscale: #A3A3A3. Windows color (decimal): -560692 or 13398519. OLE color: 13398519.

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

Color convert

RGB247113204-
CMYK00.540.170.03
HSL319.25º89.33%70.59%-
HSV(B)319.25º54.25%96.86%-
XYZ55.1635.9461.16-
YUV163.44150.89187.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.79%
GREEN value IS 113 (44.53% from 255) = 20.04%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=43.79%
G=20.04%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711320400.540.170.03319.2589.3370.59
HexF771CC03611313f5947
Octal367161314066213477131107
Binary111101111110001110011000110110100011110011111110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F771CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F771CC; }

 p { color: rgb(247,113,204); }

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

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

 a { background-color: rgb(247,113,204); }

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

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

 span { border-color: rgb(247,113,204); }

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