#F76ADB

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

Shades of Neon Pink #F76ADB

Tints of Neon Pink #F76ADB

Color information

#F76ADB (or 0xF76ADB) is unknown color: approx Neon Pink. HEX triplet: F7, 6A and DB. RGB value is (247,106,219). Sum of RGB (Red+Green+Blue) = 247+106+219=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 106 (41.80% from 255 or 18.53% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F76ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76ADB is #089524. Grayscale: #A0A0A0. Windows color (decimal): -562469 or 14379767. OLE color: 14379767.

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

Color convert

RGB247106219-
CMYK00.570.110.03
HSL311.91º89.81%69.22%-
HSV(B)311.91º57.09%96.86%-
XYZ56.335.270.84-
YUV161.04160.71189.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.18%
GREEN value IS 106 (41.80% from 255) = 18.53%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=43.18%
G=18.53%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710621900.570.110.03311.9189.8169.22
HexF76ADB039B31385a45
Octal367152333071133470132105
Binary11110111110101011011011011100110111110011100010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76ADB; }

 p { color: rgb(247,106,219); }

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

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

 a { background-color: rgb(247,106,219); }

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

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

 span { border-color: rgb(247,106,219); }

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