#F771C0

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

Shades of Neon Pink #F771C0

Tints of Neon Pink #F771C0

Color information

#F771C0 (or 0xF771C0) is unknown color: approx Neon Pink. HEX triplet: F7, 71 and C0. RGB value is (247,113,192). Sum of RGB (Red+Green+Blue) = 247+113+192=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F771C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771C0 is #088E3F. Grayscale: #A1A1A1. Windows color (decimal): -560704 or 12612087. OLE color: 12612087.

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

Color convert

RGB247113192-
CMYK00.540.220.03
HSL324.63º89.33%70.59%-
HSV(B)324.63º54.25%96.86%-
XYZ53.7835.3953.87-
YUV162.07144.89188.58-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.75%
GREEN value IS 113 (44.53% from 255) = 20.47%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=44.75%
G=20.47%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711319200.540.220.03324.6389.3370.59
HexF771C00361631455947
Octal367161300066263505131107
Binary111101111110001110000000110110101101110100010110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F771C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F771C0; }

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

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

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

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

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

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

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

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