Html Css Color HEX #FE71C9 Neon Pink

📋 copy color: '#FE71C9'

red 254 ◦ green 113 ◦ blue 201

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

Shades of Neon Pink #FE71C9

Tints of Neon Pink #FE71C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.39%

R = 44.72%
G = 19.89%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE71C9 (or 0xFE71C9) is known color: Neon Pink. HEX triplet: FE, 71 and C9. RGB value is (254,113,201). Sum of RGB (Red+Green+Blue) = 254+113+201=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71C9 is #018E36. Grayscale: #A4A4A4. Windows color (decimal): -101943 or 13201918. OLE color: 13201918.

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

Color convert

RGB 254 113 201 -
CMYK 0 0.56 0.21 0.00
HSL 322.55º 0.99% 0.72% -
HSV(B) 322.55º 0.56% 1% -
XYZ 57.32 37.1 59.4 -
YUV 165.19 148.21 191.34 -
System Red Green Blue C M Y K H S L
Decimal 254 113 201 0 0.56 0.21 0.00 322.55 0.99 0.72
Hex FE 71 C9 0 38 15 0 143 63 48
Octal 376 161 311 0 70 25 0 503 143 110
Binary 11111110 1110001 11001001 0 111000 10101 0 101000011 1100011 1001000

Color Harmonies of #FE71C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE71C9

Black with #FE71C9

Text Example


Text Example

White with #FE71C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE71C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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