#F76BDB

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

Shades of Neon Pink #F76BDB

Tints of Neon Pink #F76BDB

Color information

#F76BDB (or 0xF76BDB) is unknown color: approx Neon Pink. HEX triplet: F7, 6B and DB. RGB value is (247,107,219). Sum of RGB (Red+Green+Blue) = 247+107+219=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76BDB is #089424. Grayscale: #A1A1A1. Windows color (decimal): -562213 or 14380023. OLE color: 14380023.

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

Color convert

RGB247107219-
CMYK00.570.110.03
HSL312º89.74%69.41%-
HSV(B)312º56.68%96.86%-
XYZ56.435.470.88-
YUV161.63160.38188.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.11%
GREEN value IS 107 (42.19% from 255) = 18.67%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=43.11%
G=18.67%
B=38.22%

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
Decimal24710721900.570.110.0331289.7469.41
HexF76BDB039B31385a45
Octal367153333071133470132105
Binary11110111110101111011011011100110111110011100010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76BDB; }

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

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

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

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

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

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

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

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