#F762CB

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

Shades of Neon Pink #F762CB

Tints of Neon Pink #F762CB

Color information

#F762CB (or 0xF762CB) is unknown color: approx Neon Pink. HEX triplet: F7, 62 and CB. RGB value is (247,98,203). Sum of RGB (Red+Green+Blue) = 247+98+203=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F762CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762CB is #089D34. Grayscale: #9A9A9A. Windows color (decimal): -564533 or 13329143. OLE color: 13329143.

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

Color convert

RGB24798203-
CMYK00.600.180.03
HSL317.72º90.3%67.65%-
HSV(B)317.72º60.32%96.86%-
XYZ53.532.8260.02-
YUV154.52155.36193.96-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.07%
GREEN value IS 98 (38.67% from 255) = 17.88%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=45.07%
G=17.88%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479820300.600.180.03317.7290.367.65
HexF762CB03C12313e5a44
Octal367142313074223476132104
Binary111101111100010110010110111100100101110011111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F762CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F762CB; }

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

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

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

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

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

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

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

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