#F771D2

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

Shades of Neon Pink #F771D2

Tints of Neon Pink #F771D2

Color information

#F771D2 (or 0xF771D2) is unknown color: approx Neon Pink. HEX triplet: F7, 71 and D2. RGB value is (247,113,210). Sum of RGB (Red+Green+Blue) = 247+113+210=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F771D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771D2 is #088E2D. Grayscale: #A3A3A3. Windows color (decimal): -560686 or 13791735. OLE color: 13791735.

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

Color convert

RGB247113210-
CMYK00.540.150.03
HSL316.57º89.33%70.59%-
HSV(B)316.57º54.25%96.86%-
XYZ55.936.2465.02-
YUV164.12153.89187.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.33%
GREEN value IS 113 (44.53% from 255) = 19.82%
BLUE value IS 210 (82.42% from 255) = 36.84%
R=43.33%
G=19.82%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711321000.540.150.03316.5789.3370.59
HexF771D2036F313d5947
Octal367161322066173475131107
Binary11110111111000111010010011011011111110011110110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F771D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F771D2; }

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

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

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

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

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

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

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

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