#F764C9

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

Shades of Neon Pink #F764C9

Tints of Neon Pink #F764C9

Color information

#F764C9 (or 0xF764C9) is unknown color: approx Neon Pink. HEX triplet: F7, 64 and C9. RGB value is (247,100,201). Sum of RGB (Red+Green+Blue) = 247+100+201=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F764C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764C9 is #089B36. Grayscale: #9B9B9B. Windows color (decimal): -564023 or 13198583. OLE color: 13198583.

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

Color convert

RGB247100201-
CMYK00.600.190.03
HSL318.78º90.18%68.04%-
HSV(B)318.78º59.51%96.86%-
XYZ53.4633.1158.83-
YUV155.47153.7193.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.07%
GREEN value IS 100 (39.45% from 255) = 18.25%
BLUE value IS 201 (78.91% from 255) = 36.68%
R=45.07%
G=18.25%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710020100.600.190.03318.7890.1868.04
HexF764C903C13313f5a44
Octal367144311074233477132104
Binary111101111100100110010010111100100111110011111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F764C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F764C9; }

 p { color: rgb(247,100,201); }

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

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

 a { background-color: rgb(247,100,201); }

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

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

 span { border-color: rgb(247,100,201); }

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