#F76CBE

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

Shades of Neon Pink #F76CBE

Tints of Neon Pink #F76CBE

Color information

#F76CBE (or 0xF76CBE) is unknown color: approx Neon Pink. HEX triplet: F7, 6C and BE. RGB value is (247,108,190). Sum of RGB (Red+Green+Blue) = 247+108+190=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76CBE is #089341. Grayscale: #9E9E9E. Windows color (decimal): -561986 or 12479735. OLE color: 12479735.

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

Color convert

RGB247108190-
CMYK00.560.230.03
HSL324.6º89.68%69.61%-
HSV(B)324.6º56.28%96.86%-
XYZ53.0134.2252.53-
YUV158.91145.55190.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.32%
GREEN value IS 108 (42.58% from 255) = 19.82%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=45.32%
G=19.82%
B=34.86%

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
Decimal24710819000.560.230.03324.689.6869.61
HexF76CBE0381731455a46
Octal367154276070273505132106
Binary111101111101100101111100111000101111110100010110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76CBE; }

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

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

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

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

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

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

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

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