#F765D7

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

Shades of Neon Pink #F765D7

Tints of Neon Pink #F765D7

Color information

#F765D7 (or 0xF765D7) is unknown color: approx Neon Pink. HEX triplet: F7, 65 and D7. RGB value is (247,101,215). Sum of RGB (Red+Green+Blue) = 247+101+215=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F765D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F765D7 is #089A28. Grayscale: #9D9D9D. Windows color (decimal): -563753 or 14116343. OLE color: 14116343.

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

Color convert

RGB247101215-
CMYK00.590.130.03
HSL313.15º90.12%68.24%-
HSV(B)313.15º59.11%96.86%-
XYZ55.2833.9967.94-
YUV157.65160.37191.73-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.87%
GREEN value IS 101 (39.84% from 255) = 17.94%
BLUE value IS 215 (84.38% from 255) = 38.19%
R=43.87%
G=17.94%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710121500.590.130.03313.1590.1268.24
HexF765D703BD31395a44
Octal367145327073153471132104
Binary11110111110010111010111011101111011110011100110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F765D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F765D7; }

 p { color: rgb(247,101,215); }

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

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

 a { background-color: rgb(247,101,215); }

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

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

 span { border-color: rgb(247,101,215); }

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