#F769C6

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

Shades of Neon Pink #F769C6

Tints of Neon Pink #F769C6

Color information

#F769C6 (or 0xF769C6) is unknown color: approx Neon Pink. HEX triplet: F7, 69 and C6. RGB value is (247,105,198). Sum of RGB (Red+Green+Blue) = 247+105+198=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F769C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769C6 is #089639. Grayscale: #9D9D9D. Windows color (decimal): -562746 or 13003255. OLE color: 13003255.

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

Color convert

RGB247105198-
CMYK00.570.200.03
HSL320.7º89.87%69.02%-
HSV(B)320.7º57.49%96.86%-
XYZ53.633.9557.15-
YUV158.06150.54191.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.91%
GREEN value IS 105 (41.41% from 255) = 19.09%
BLUE value IS 198 (77.73% from 255) = 36%
R=44.91%
G=19.09%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710519800.570.200.03320.789.8769.02
HexF769C60391431415a45
Octal367151306071243501132105
Binary111101111101001110001100111001101001110100000110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769C6; }

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

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

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

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

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

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

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

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