#FF70D8

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

Shades of Neon Pink #FF70D8

Tints of Neon Pink #FF70D8

Color information

#FF70D8 (or 0xFF70D8) is unknown color: approx Neon Pink. HEX triplet: FF, 70 and D8. RGB value is (255,112,216). Sum of RGB (Red+Green+Blue) = 255+112+216=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 112 (44.14% from 255 or 19.21% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70D8 is #008F27. Grayscale: #A6A6A6. Windows color (decimal): -36648 or 14184703. OLE color: 14184703.

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

Color convert

RGB255112216-
CMYK00.560.150
HSL316.36º100%71.96%-
HSV(B)316.36º56.08%100%-
XYZ59.4337.8169.13-
YUV166.61155.88191.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 112 (44.14% from 255) = 19.21%
BLUE value IS 216 (84.77% from 255) = 37.05%
R=43.74%
G=19.21%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511221600.560.150316.3610071.96
HexFF70D8038F013c6448
Octal377160330070170474144110
Binary1111111111100001101100001110001111010011110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70D8; }

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

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

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

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

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

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

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

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