#F769CE

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

Shades of Neon Pink #F769CE

Tints of Neon Pink #F769CE

Color information

#F769CE (or 0xF769CE) is unknown color: approx Neon Pink. HEX triplet: F7, 69 and CE. RGB value is (247,105,206). Sum of RGB (Red+Green+Blue) = 247+105+206=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F769CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769CE is #089631. Grayscale: #9E9E9E. Windows color (decimal): -562738 or 13527543. OLE color: 13527543.

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

Color convert

RGB247105206-
CMYK00.570.170.03
HSL317.32º89.87%69.02%-
HSV(B)317.32º57.49%96.86%-
XYZ54.5534.3362.14-
YUV158.97154.54190.79-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.27%
GREEN value IS 105 (41.41% from 255) = 18.82%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=44.27%
G=18.82%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710520600.570.170.03317.3289.8769.02
HexF769CE03911313d5a45
Octal367151316071213475132105
Binary111101111101001110011100111001100011110011110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769CE; }

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

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

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

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

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

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

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

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