Html Css Color HEX #FF71CF Neon Pink

📋 copy color: '#FF71CF'

red 255 ◦ green 113 ◦ blue 207

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

Shades of Neon Pink #FF71CF

Tints of Neon Pink #FF71CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36%

R = 44.35%
G = 19.65%
B = 36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF71CF (or 0xFF71CF) is known color: Neon Pink. HEX triplet: FF, 71 and CF. RGB value is (255,113,207). Sum of RGB (Red+Green+Blue) = 255+113+207=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71CF is #008E30. Grayscale: #A5A5A5. Windows color (decimal): -36401 or 13595135. OLE color: 13595135.

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

Color convert

RGB 255 113 207 -
CMYK 0 0.56 0.19 0
HSL 320.28º 1% 0.72% -
HSV(B) 320.28º 0.56% 1% -
XYZ 58.41 37.58 63.21 -
YUV 166.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 255 113 207 0 0.56 0.19 0 320.28 1 0.72
Hex FF 71 CF 0 38 13 0 140 64 48
Octal 377 161 317 0 70 23 0 500 144 110
Binary 11111111 1110001 11001111 0 111000 10011 0 101000000 1100100 1001000

Color Harmonies of #FF71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF71CF

Black with #FF71CF

Text Example


Text Example

White with #FF71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF71CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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