#F775D2

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

Shades of Neon Pink #F775D2

Tints of Neon Pink #F775D2

Color information

#F775D2 (or 0xF775D2) is unknown color: approx Neon Pink. HEX triplet: F7, 75 and D2. RGB value is (247,117,210). Sum of RGB (Red+Green+Blue) = 247+117+210=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F775D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775D2 is #088A2D. Grayscale: #A6A6A6. Windows color (decimal): -559662 or 13792759. OLE color: 13792759.

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

Color convert

RGB247117210-
CMYK00.530.150.03
HSL317.08º89.04%71.37%-
HSV(B)317.08º52.63%96.86%-
XYZ56.3537.1565.17-
YUV166.47152.57185.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.03%
GREEN value IS 117 (46.09% from 255) = 20.38%
BLUE value IS 210 (82.42% from 255) = 36.59%
R=43.03%
G=20.38%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711721000.530.150.03317.0889.0471.37
HexF775D2035F313d5947
Octal367165322065173475131107
Binary11110111111010111010010011010111111110011110110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F775D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F775D2; }

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

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

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

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

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

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

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

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