Html Css Color HEX #FE71BF Neon Pink

📋 copy color: '#FE71BF'

red 254 ◦ green 113 ◦ blue 191

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

Shades of Neon Pink #FE71BF

Tints of Neon Pink #FE71BF

RGB

 RED value IS 254 (99.61% from 255) = 45.52%

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

 BLUE value IS 191 (75% from 255) = 34.23%

R = 45.52%
G = 20.25%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE71BF (or 0xFE71BF) is known color: Neon Pink. HEX triplet: FE, 71 and BF. RGB value is (254,113,191). Sum of RGB (Red+Green+Blue) = 254+113+191=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71BF is #018E40. Grayscale: #A3A3A3. Windows color (decimal): -101953 or 12546558. OLE color: 12546558.

HSL color Cylindrical-coordinate representation of color #FE71BF: hue angle of 326.81º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE71BF is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 113 191 -
CMYK 0 0.56 0.25 0.00
HSL 326.81º 0.99% 0.72% -
HSV(B) 326.81º 0.56% 1% -
XYZ 56.18 36.64 53.4 -
YUV 164.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 254 113 191 0 0.56 0.25 0.00 326.81 0.99 0.72
Hex FE 71 BF 0 38 19 0 147 63 48
Octal 376 161 277 0 70 31 0 507 143 110
Binary 11111110 1110001 10111111 0 111000 11001 0 101000111 1100011 1001000

Color Harmonies of #FE71BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE71BF

Black with #FE71BF

Text Example


Text Example

White with #FE71BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE71BF; }

 p { color: rgb(254,113,191); }

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

background-color css

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

 a { background-color: rgb(254,113,191); }

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

border-color css

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

 span { border-color: rgb(254,113,191); }

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