Html Css Color HEX #FF70D1 Neon Pink

📋 copy color: '#FF70D1'

red 255 ◦ green 112 ◦ blue 209

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

Shades of Neon Pink #FF70D1

Tints of Neon Pink #FF70D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.28%

R = 44.27%
G = 19.44%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF70D1 (or 0xFF70D1) is known color: Neon Pink. HEX triplet: FF, 70 and D1. RGB value is (255,112,209). Sum of RGB (Red+Green+Blue) = 255+112+209=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70D1 is #008F2E. Grayscale: #A5A5A5. Windows color (decimal): -36655 or 13725951. OLE color: 13725951.

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

Color convert

RGB 255 112 209 -
CMYK 0 0.56 0.18 0
HSL 319.3º 1% 0.72% -
HSV(B) 319.3º 0.56% 1% -
XYZ 58.54 37.45 64.46 -
YUV 165.82 152.38 191.61 -
System Red Green Blue C M Y K H S L
Decimal 255 112 209 0 0.56 0.18 0 319.3 1 0.72
Hex FF 70 D1 0 38 12 0 13F 64 48
Octal 377 160 321 0 70 22 0 477 144 110
Binary 11111111 1110000 11010001 0 111000 10010 0 100111111 1100100 1001000

Color Harmonies of #FF70D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF70D1

Black with #FF70D1

Text Example


Text Example

White with #FF70D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF70D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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