#FF70D7

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

Shades of Neon Pink #FF70D7

Tints of Neon Pink #FF70D7

Color information

#FF70D7 (or 0xFF70D7) is unknown color: approx Neon Pink. HEX triplet: FF, 70 and D7. RGB value is (255,112,215). Sum of RGB (Red+Green+Blue) = 255+112+215=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70D7 is #008F28. Grayscale: #A6A6A6. Windows color (decimal): -36649 or 14119167. OLE color: 14119167.

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

Color convert

RGB255112215-
CMYK00.560.160
HSL316.78º100%71.96%-
HSV(B)316.78º56.08%100%-
XYZ59.337.7568.45-
YUV166.5155.38191.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.81%
GREEN value IS 112 (44.14% from 255) = 19.24%
BLUE value IS 215 (84.38% from 255) = 36.94%
R=43.81%
G=19.24%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511221500.560.160316.7810071.96
HexFF70D703810013d6448
Octal377160327070200475144110
Binary11111111111000011010111011100010000010011110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70D7; }

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

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

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

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

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

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

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

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