Html Css Color HEX #FF71C2 Neon Pink

📋 copy color: '#FF71C2'

red 255 ◦ green 113 ◦ blue 194

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

Shades of Neon Pink #FF71C2

Tints of Neon Pink #FF71C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.52%

R = 45.37%
G = 20.11%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF71C2 (or 0xFF71C2) is known color: Neon Pink. HEX triplet: FF, 71 and C2. RGB value is (255,113,194). Sum of RGB (Red+Green+Blue) = 255+113+194=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71C2 is #008E3D. Grayscale: #A4A4A4. Windows color (decimal): -36414 or 12743167. OLE color: 12743167.

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

Color convert

RGB 255 113 194 -
CMYK 0 0.56 0.24 0
HSL 325.77º 1% 0.72% -
HSV(B) 325.77º 0.56% 1% -
XYZ 56.88 36.97 55.18 -
YUV 164.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 255 113 194 0 0.56 0.24 0 325.77 1 0.72
Hex FF 71 C2 0 38 18 0 146 64 48
Octal 377 161 302 0 70 30 0 506 144 110
Binary 11111111 1110001 11000010 0 111000 11000 0 101000110 1100100 1001000

Color Harmonies of #FF71C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF71C2

Black with #FF71C2

Text Example


Text Example

White with #FF71C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF71C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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