Html Css Color HEX #FF71C7 Neon Pink

📋 copy color: '#FF71C7'

red 255 ◦ green 113 ◦ blue 199

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

Shades of Neon Pink #FF71C7

Tints of Neon Pink #FF71C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.1%

R = 44.97%
G = 19.93%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF71C7 (or 0xFF71C7) is known color: Neon Pink. HEX triplet: FF, 71 and C7. RGB value is (255,113,199). Sum of RGB (Red+Green+Blue) = 255+113+199=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71C7 is #008E38. Grayscale: #A5A5A5. Windows color (decimal): -36409 or 13070847. OLE color: 13070847.

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

Color convert

RGB 255 113 199 -
CMYK 0 0.56 0.22 0
HSL 323.66º 1% 0.72% -
HSV(B) 323.66º 0.56% 1% -
XYZ 57.45 37.19 58.18 -
YUV 165.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 255 113 199 0 0.56 0.22 0 323.66 1 0.72
Hex FF 71 C7 0 38 16 0 144 64 48
Octal 377 161 307 0 70 26 0 504 144 110
Binary 11111111 1110001 11000111 0 111000 10110 0 101000100 1100100 1001000

Color Harmonies of #FF71C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF71C7

Black with #FF71C7

Text Example


Text Example

White with #FF71C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF71C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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