#F775CE

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

Shades of Neon Pink #F775CE

Tints of Neon Pink #F775CE

Color information

#F775CE (or 0xF775CE) is unknown color: approx Neon Pink. HEX triplet: F7, 75 and CE. RGB value is (247,117,206). Sum of RGB (Red+Green+Blue) = 247+117+206=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F775CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775CE is #088A31. Grayscale: #A5A5A5. Windows color (decimal): -559666 or 13530615. OLE color: 13530615.

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

Color convert

RGB247117206-
CMYK00.530.170.03
HSL318.92º89.04%71.37%-
HSV(B)318.92º52.63%96.86%-
XYZ55.8636.9562.58-
YUV166.02150.57185.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.33%
GREEN value IS 117 (46.09% from 255) = 20.53%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=43.33%
G=20.53%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711720600.530.170.03318.9289.0471.37
HexF775CE03511313f5947
Octal367165316065213477131107
Binary111101111110101110011100110101100011110011111110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F775CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F775CE; }

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

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

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

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

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

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

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

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