Html Css Color HEX #FE71D4 Neon Pink

📋 copy color: '#FE71D4'

red 254 ◦ green 113 ◦ blue 212

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

Shades of Neon Pink #FE71D4

Tints of Neon Pink #FE71D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.61%

R = 43.87%
G = 19.52%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE71D4 (or 0xFE71D4) is known color: Neon Pink. HEX triplet: FE, 71 and D4. RGB value is (254,113,212). Sum of RGB (Red+Green+Blue) = 254+113+212=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71D4 is #018E2B. Grayscale: #A6A6A6. Windows color (decimal): -101932 or 13922814. OLE color: 13922814.

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

Color convert

RGB 254 113 212 -
CMYK 0 0.56 0.17 0.00
HSL 317.87º 0.99% 0.72% -
HSV(B) 317.87º 0.56% 1% -
XYZ 58.66 37.63 66.46 -
YUV 166.45 153.71 190.45 -
System Red Green Blue C M Y K H S L
Decimal 254 113 212 0 0.56 0.17 0.00 317.87 0.99 0.72
Hex FE 71 D4 0 38 11 0 13E 63 48
Octal 376 161 324 0 70 21 0 476 143 110
Binary 11111110 1110001 11010100 0 111000 10001 0 100111110 1100011 1001000

Color Harmonies of #FE71D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE71D4

Black with #FE71D4

Text Example


Text Example

White with #FE71D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE71D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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