#FF70DA

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

Shades of Neon Pink #FF70DA

Tints of Neon Pink #FF70DA

Color information

#FF70DA (or 0xFF70DA) is unknown color: approx Neon Pink. HEX triplet: FF, 70 and DA. RGB value is (255,112,218). Sum of RGB (Red+Green+Blue) = 255+112+218=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 112 (44.14% from 255 or 19.15% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70DA is #008F25. Grayscale: #A6A6A6. Windows color (decimal): -36646 or 14315775. OLE color: 14315775.

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

Color convert

RGB255112218-
CMYK00.560.150
HSL315.52º100%71.96%-
HSV(B)315.52º56.08%100%-
XYZ59.6937.9170.5-
YUV166.84156.88190.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 112 (44.14% from 255) = 19.15%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=43.59%
G=19.15%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511221800.560.150315.5210071.96
HexFF70DA038F013c6448
Octal377160332070170474144110
Binary1111111111100001101101001110001111010011110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70DA; }

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

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

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

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

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

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

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

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