#F762CF

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

Shades of Neon Pink #F762CF

Tints of Neon Pink #F762CF

Color information

#F762CF (or 0xF762CF) is unknown color: approx Neon Pink. HEX triplet: F7, 62 and CF. RGB value is (247,98,207). Sum of RGB (Red+Green+Blue) = 247+98+207=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F762CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762CF is #089D30. Grayscale: #9A9A9A. Windows color (decimal): -564529 or 13591287. OLE color: 13591287.

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

Color convert

RGB24798207-
CMYK00.600.160.03
HSL316.11º90.3%67.65%-
HSV(B)316.11º60.32%96.86%-
XYZ53.9933.0162.56-
YUV154.98157.36193.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.75%
GREEN value IS 98 (38.67% from 255) = 17.75%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=44.75%
G=17.75%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479820700.600.160.03316.1190.367.65
HexF762CF03C10313c5a44
Octal367142317074203474132104
Binary111101111100010110011110111100100001110011110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F762CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F762CF; }

 p { color: rgb(247,98,207); }

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

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

 a { background-color: rgb(247,98,207); }

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

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

 span { border-color: rgb(247,98,207); }

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