#F775CD

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

Shades of Neon Pink #F775CD

Tints of Neon Pink #F775CD

Color information

#F775CD (or 0xF775CD) is unknown color: approx Neon Pink. HEX triplet: F7, 75 and CD. RGB value is (247,117,205). Sum of RGB (Red+Green+Blue) = 247+117+205=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F775CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775CD is #088A32. Grayscale: #A5A5A5. Windows color (decimal): -559667 or 13465079. OLE color: 13465079.

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

Color convert

RGB247117205-
CMYK00.530.170.03
HSL319.38º89.04%71.37%-
HSV(B)319.38º52.63%96.86%-
XYZ55.7436.961.94-
YUV165.9150.07185.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.41%
GREEN value IS 117 (46.09% from 255) = 20.56%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=43.41%
G=20.56%
B=36.03%

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
Decimal24711720500.530.170.03319.3889.0471.37
HexF775CD03511313f5947
Octal367165315065213477131107
Binary111101111110101110011010110101100011110011111110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F775CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F775CD; }

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

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

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

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

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

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

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

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