Html Css Color HEX #FF71CC Neon Pink

📋 copy color: '#FF71CC'

red 255 ◦ green 113 ◦ blue 204

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

Shades of Neon Pink #FF71CC

Tints of Neon Pink #FF71CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.66%

R = 44.58%
G = 19.76%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF71CC (or 0xFF71CC) is known color: Neon Pink. HEX triplet: FF, 71 and CC. RGB value is (255,113,204). Sum of RGB (Red+Green+Blue) = 255+113+204=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71CC is #008E33. Grayscale: #A5A5A5. Windows color (decimal): -36404 or 13398527. OLE color: 13398527.

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

Color convert

RGB 255 113 204 -
CMYK 0 0.56 0.2 0
HSL 321.55º 1% 0.72% -
HSV(B) 321.55º 0.56% 1% -
XYZ 58.04 37.43 61.29 -
YUV 165.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 255 113 204 0 0.56 0.2 0 321.55 1 0.72
Hex FF 71 CC 0 38 14 0 142 64 48
Octal 377 161 314 0 70 24 0 502 144 110
Binary 11111111 1110001 11001100 0 111000 10100 0 101000010 1100100 1001000

Color Harmonies of #FF71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF71CC

Black with #FF71CC

Text Example


Text Example

White with #FF71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF71CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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