#F769D9

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

Shades of Neon Pink #F769D9

Tints of Neon Pink #F769D9

Color information

#F769D9 (or 0xF769D9) is unknown color: approx Neon Pink. HEX triplet: F7, 69 and D9. RGB value is (247,105,217). Sum of RGB (Red+Green+Blue) = 247+105+217=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 105 (41.41% from 255 or 18.45% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F769D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769D9 is #089626. Grayscale: #9F9F9F. Windows color (decimal): -562727 or 14248439. OLE color: 14248439.

HSL color Cylindrical-coordinate representation of color #F769D9: hue angle of 312.68º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F769D9 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB247105217-
CMYK00.570.120.03
HSL312.68º89.87%69.02%-
HSV(B)312.68º57.49%96.86%-
XYZ55.9334.8969.43-
YUV160.23160.04189.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.41%
GREEN value IS 105 (41.41% from 255) = 18.45%
BLUE value IS 217 (85.16% from 255) = 38.14%
R=43.41%
G=18.45%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710521700.570.120.03312.6889.8769.02
HexF769D9039C31395a45
Octal367151331071143471132105
Binary11110111110100111011001011100111001110011100110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769D9; }

 p { color: rgb(247,105,217); }

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

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

 a { background-color: rgb(247,105,217); }

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

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

 span { border-color: rgb(247,105,217); }

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