Html Css Color HEX #FF71CB Neon Pink

📋 copy color: '#FF71CB'

red 255 ◦ green 113 ◦ blue 203

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

Shades of Neon Pink #FF71CB

Tints of Neon Pink #FF71CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.55%

R = 44.66%
G = 19.79%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF71CB (or 0xFF71CB) is known color: Neon Pink. HEX triplet: FF, 71 and CB. RGB value is (255,113,203). Sum of RGB (Red+Green+Blue) = 255+113+203=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71CB is #008E34. Grayscale: #A5A5A5. Windows color (decimal): -36405 or 13332991. OLE color: 13332991.

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

Color convert

RGB 255 113 203 -
CMYK 0 0.56 0.20 0
HSL 321.97º 1% 0.72% -
HSV(B) 321.97º 0.56% 1% -
XYZ 57.92 37.38 60.66 -
YUV 165.72 149.04 191.68 -
System Red Green Blue C M Y K H S L
Decimal 255 113 203 0 0.56 0.20 0 321.97 1 0.72
Hex FF 71 CB 0 38 14 0 142 64 48
Octal 377 161 313 0 70 24 0 502 144 110
Binary 11111111 1110001 11001011 0 111000 10100 0 101000010 1100100 1001000

Color Harmonies of #FF71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF71CB

Black with #FF71CB

Text Example


Text Example

White with #FF71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF71CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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