#FF70D9

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

Shades of Neon Pink #FF70D9

Tints of Neon Pink #FF70D9

Color information

#FF70D9 (or 0xFF70D9) is unknown color: approx Neon Pink. HEX triplet: FF, 70 and D9. RGB value is (255,112,217). Sum of RGB (Red+Green+Blue) = 255+112+217=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70D9 is #008F26. Grayscale: #A6A6A6. Windows color (decimal): -36647 or 14250239. OLE color: 14250239.

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

Color convert

RGB255112217-
CMYK00.560.150
HSL315.94º100%71.96%-
HSV(B)315.94º56.08%100%-
XYZ59.5637.8669.81-
YUV166.73156.38190.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 112 (44.14% from 255) = 19.18%
BLUE value IS 217 (85.16% from 255) = 37.16%
R=43.66%
G=19.18%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511221700.560.150315.9410071.96
HexFF70D9038F013c6448
Octal377160331070170474144110
Binary1111111111100001101100101110001111010011110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70D9; }

 p { color: rgb(255,112,217); }

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

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

 a { background-color: rgb(255,112,217); }

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

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

 span { border-color: rgb(255,112,217); }

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