#F769D8

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

Shades of Neon Pink #F769D8

Tints of Neon Pink #F769D8

Color information

#F769D8 (or 0xF769D8) is unknown color: approx Neon Pink. HEX triplet: F7, 69 and D8. RGB value is (247,105,216). Sum of RGB (Red+Green+Blue) = 247+105+216=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F769D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769D8 is #089627. Grayscale: #9F9F9F. Windows color (decimal): -562728 or 14182903. OLE color: 14182903.

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

Color convert

RGB247105216-
CMYK00.570.130.03
HSL313.1º89.87%69.02%-
HSV(B)313.1º57.49%96.86%-
XYZ55.834.8468.75-
YUV160.11159.54189.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.49%
GREEN value IS 105 (41.41% from 255) = 18.49%
BLUE value IS 216 (84.77% from 255) = 38.03%
R=43.49%
G=18.49%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710521600.570.130.03313.189.8769.02
HexF769D8039D31395a45
Octal367151330071153471132105
Binary11110111110100111011000011100111011110011100110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769D8; }

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

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

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

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

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

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

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

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