Html Css Color HEX #FF71BE Neon Pink

📋 copy color: '#FF71BE'

red 255 ◦ green 113 ◦ blue 190

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

Shades of Neon Pink #FF71BE

Tints of Neon Pink #FF71BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 45.7%
G = 20.25%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF71BE (or 0xFF71BE) is known color: Neon Pink. HEX triplet: FF, 71 and BE. RGB value is (255,113,190). Sum of RGB (Red+Green+Blue) = 255+113+190=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71BE is #008E41. Grayscale: #A4A4A4. Windows color (decimal): -36418 or 12481023. OLE color: 12481023.

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

Color convert

RGB 255 113 190 -
CMYK 0 0.56 0.25 0
HSL 327.46º 1% 0.72% -
HSV(B) 327.46º 0.56% 1% -
XYZ 56.44 36.79 52.84 -
YUV 164.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 255 113 190 0 0.56 0.25 0 327.46 1 0.72
Hex FF 71 BE 0 38 19 0 147 64 48
Octal 377 161 276 0 70 31 0 507 144 110
Binary 11111111 1110001 10111110 0 111000 11001 0 101000111 1100100 1001000

Color Harmonies of #FF71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF71BE

Black with #FF71BE

Text Example


Text Example

White with #FF71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF71BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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