Html Css Color HEX #FF70D9 Neon Pink

📋 copy color: '#FF70D9'

red 255 ◦ green 112 ◦ blue 217

#FF70D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FF70D9

Tints of Neon Pink #FF70D9

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 value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF70D9 (or 0xFF70D9) is known color: 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

RGB 255 112 217 -
CMYK 0 0.56 0.15 0
HSL 315.94º 1% 0.72% -
HSV(B) 315.94º 0.56% 1% -
XYZ 59.56 37.86 69.81 -
YUV 166.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 255 112 217 0 0.56 0.15 0 315.94 1 0.72
Hex FF 70 D9 0 38 F 0 13C 64 48
Octal 377 160 331 0 70 17 0 474 144 110
Binary 11111111 1110000 11011001 0 111000 1111 0 100111100 1100100 1001000

Color Harmonies of #FF70D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF70D9

Black with #FF70D9

Text Example


Text Example

White with #FF70D9

Text Example


Text Example

HTML Codes & Css Web 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>