#F76CBF

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

Shades of Neon Pink #F76CBF

Tints of Neon Pink #F76CBF

Color information

#F76CBF (or 0xF76CBF) is unknown color: approx Neon Pink. HEX triplet: F7, 6C and BF. RGB value is (247,108,191). Sum of RGB (Red+Green+Blue) = 247+108+191=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76CBF is #089340. Grayscale: #9E9E9E. Windows color (decimal): -561985 or 12545271. OLE color: 12545271.

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

Color convert

RGB247108191-
CMYK00.560.230.03
HSL324.17º89.68%69.61%-
HSV(B)324.17º56.28%96.86%-
XYZ53.1234.2653.1-
YUV159.02146.05190.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.24%
GREEN value IS 108 (42.58% from 255) = 19.78%
BLUE value IS 191 (75% from 255) = 34.98%
R=45.24%
G=19.78%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710819100.560.230.03324.1789.6869.61
HexF76CBF0381731445a46
Octal367154277070273504132106
Binary111101111101100101111110111000101111110100010010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76CBF; }

 p { color: rgb(247,108,191); }

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

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

 a { background-color: rgb(247,108,191); }

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

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

 span { border-color: rgb(247,108,191); }

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