#F76CBD

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

Shades of Neon Pink #F76CBD

Tints of Neon Pink #F76CBD

Color information

#F76CBD (or 0xF76CBD) is unknown color: approx Neon Pink. HEX triplet: F7, 6C and BD. RGB value is (247,108,189). Sum of RGB (Red+Green+Blue) = 247+108+189=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76CBD is #089342. Grayscale: #9E9E9E. Windows color (decimal): -561987 or 12414199. OLE color: 12414199.

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

Color convert

RGB247108189-
CMYK00.560.230.03
HSL325.04º89.68%69.61%-
HSV(B)325.04º56.28%96.86%-
XYZ52.9134.1751.95-
YUV158.79145.05190.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.40%
GREEN value IS 108 (42.58% from 255) = 19.85%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=45.40%
G=19.85%
B=34.74%

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
Decimal24710818900.560.230.03325.0489.6869.61
HexF76CBD0381731455a46
Octal367154275070273505132106
Binary111101111101100101111010111000101111110100010110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76CBD; }

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

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

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

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

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

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

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

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