Html Css Color HEX #FE71CD Neon Pink

📋 copy color: '#FE71CD'

red 254 ◦ green 113 ◦ blue 205

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

Shades of Neon Pink #FE71CD

Tints of Neon Pink #FE71CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.84%

R = 44.41%
G = 19.76%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE71CD (or 0xFE71CD) is known color: Neon Pink. HEX triplet: FE, 71 and CD. RGB value is (254,113,205). Sum of RGB (Red+Green+Blue) = 254+113+205=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71CD is #018E32. Grayscale: #A5A5A5. Windows color (decimal): -101939 or 13464062. OLE color: 13464062.

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

Color convert

RGB 254 113 205 -
CMYK 0 0.56 0.19 0.00
HSL 320.85º 0.99% 0.72% -
HSV(B) 320.85º 0.56% 1% -
XYZ 57.8 37.29 61.91 -
YUV 165.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 254 113 205 0 0.56 0.19 0.00 320.85 0.99 0.72
Hex FE 71 CD 0 38 13 0 141 63 48
Octal 376 161 315 0 70 23 0 501 143 110
Binary 11111110 1110001 11001101 0 111000 10011 0 101000001 1100011 1001000

Color Harmonies of #FE71CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE71CD

Black with #FE71CD

Text Example


Text Example

White with #FE71CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE71CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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