Html Css Color HEX #FF70D4 Neon Pink

📋 copy color: '#FF70D4'

red 255 ◦ green 112 ◦ blue 212

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

Shades of Neon Pink #FF70D4

Tints of Neon Pink #FF70D4

RGB

 RED value IS 255 (100% from 255) = 44.04%

 GREEN value IS 112 (44.14% from 255) = 19.34%

 BLUE value IS 212 (83.2% from 255) = 36.61%

R = 44.04%
G = 19.34%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF70D4 (or 0xFF70D4) is known color: Neon Pink. HEX triplet: FF, 70 and D4. RGB value is (255,112,212). Sum of RGB (Red+Green+Blue) = 255+112+212=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70D4 is #008F2B. Grayscale: #A5A5A5. Windows color (decimal): -36652 or 13922559. OLE color: 13922559.

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

Color convert

RGB 255 112 212 -
CMYK 0 0.56 0.17 0
HSL 318.04º 1% 0.72% -
HSV(B) 318.04º 0.56% 1% -
XYZ 58.92 37.6 66.44 -
YUV 166.16 153.88 191.37 -
System Red Green Blue C M Y K H S L
Decimal 255 112 212 0 0.56 0.17 0 318.04 1 0.72
Hex FF 70 D4 0 38 11 0 13E 64 48
Octal 377 160 324 0 70 21 0 476 144 110
Binary 11111111 1110000 11010100 0 111000 10001 0 100111110 1100100 1001000

Color Harmonies of #FF70D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF70D4

Black with #FF70D4

Text Example


Text Example

White with #FF70D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF70D4; }

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

 H1.HeaderClassName
 {
   color: #FF70D4;
 }
 .AnyTagClassName
 {
   color: #FF70D4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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