#FF76D2

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

Shades of Neon Pink #FF76D2

Tints of Neon Pink #FF76D2

Color information

#FF76D2 (or 0xFF76D2) is unknown color: approx Neon Pink. HEX triplet: FF, 76 and D2. RGB value is (255,118,210). Sum of RGB (Red+Green+Blue) = 255+118+210=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 118 (46.48% from 255 or 20.24% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76D2 is #00892D. Grayscale: #A9A9A9. Windows color (decimal): -35118 or 13793023. OLE color: 13793023.

HSL color Cylindrical-coordinate representation of color #FF76D2: hue angle of 319.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF76D2 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255118210-
CMYK00.540.180
HSL319.71º100%73.14%-
HSV(B)319.71º53.73%100%-
XYZ59.3538.8765.35-
YUV169.45150.89189.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 118 (46.48% from 255) = 20.24%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=43.74%
G=20.24%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511821000.540.180319.7110073.14
HexFF76D20361201406449
Octal377166322066220500144111
Binary11111111111011011010010011011010010010100000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF76D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF76D2; }

 p { color: rgb(255,118,210); }

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

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

 a { background-color: rgb(255,118,210); }

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

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

 span { border-color: rgb(255,118,210); }

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