Html Css Color HEX #FF71D8 Neon Pink

📋 copy color: '#FF71D8'

red 255 ◦ green 113 ◦ blue 216

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

Shades of Neon Pink #FF71D8

Tints of Neon Pink #FF71D8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.35%

 BLUE value IS 216 (84.77% from 255) = 36.99%

R = 43.66%
G = 19.35%
B = 36.99%

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

#FF71D8 (or 0xFF71D8) is known color: Neon Pink. HEX triplet: FF, 71 and D8. RGB value is (255,113,216). Sum of RGB (Red+Green+Blue) = 255+113+216=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 113 (44.53% from 255 or 19.35% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71D8 is #008E27. Grayscale: #A6A6A6. Windows color (decimal): -36392 or 14184959. OLE color: 14184959.

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

Color convert

RGB 255 113 216 -
CMYK 0 0.56 0.15 0
HSL 316.48º 1% 0.72% -
HSV(B) 316.48º 0.56% 1% -
XYZ 59.54 38.03 69.17 -
YUV 167.2 155.54 190.62 -
System Red Green Blue C M Y K H S L
Decimal 255 113 216 0 0.56 0.15 0 316.48 1 0.72
Hex FF 71 D8 0 38 F 0 13C 64 48
Octal 377 161 330 0 70 17 0 474 144 110
Binary 11111111 1110001 11011000 0 111000 1111 0 100111100 1100100 1001000

Color Harmonies of #FF71D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF71D8

Black with #FF71D8

Text Example


Text Example

White with #FF71D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF71D8; }

 p { color: rgb(255,113,216); }

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

background-color css

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

 a { background-color: rgb(255,113,216); }

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

border-color css

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

 span { border-color: rgb(255,113,216); }

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