#F763C4

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

Shades of Neon Pink #F763C4

Tints of Neon Pink #F763C4

Color information

#F763C4 (or 0xF763C4) is unknown color: approx Neon Pink. HEX triplet: F7, 63 and C4. RGB value is (247,99,196). Sum of RGB (Red+Green+Blue) = 247+99+196=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F763C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F763C4 is #089C3B. Grayscale: #9A9A9A. Windows color (decimal): -564284 or 12870647. OLE color: 12870647.

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

Color convert

RGB24799196-
CMYK00.600.210.03
HSL320.68º90.24%67.84%-
HSV(B)320.68º59.92%96.86%-
XYZ52.7832.6855.75-
YUV154.31151.53194.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.57%
GREEN value IS 99 (39.06% from 255) = 18.27%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=45.57%
G=18.27%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479919600.600.210.03320.6890.2467.84
HexF763C403C1531415a44
Octal367143304074253501132104
Binary111101111100011110001000111100101011110100000110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F763C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F763C4; }

 p { color: rgb(247,99,196); }

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

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

 a { background-color: rgb(247,99,196); }

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

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

 span { border-color: rgb(247,99,196); }

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