Html Css Color HEX #FE76D1 Neon Pink

📋 copy color: '#FE76D1'

red 254 ◦ green 118 ◦ blue 209

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

Shades of Neon Pink #FE76D1

Tints of Neon Pink #FE76D1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.31%

 BLUE value IS 209 (82.03% from 255) = 35.97%

R = 43.72%
G = 20.31%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE76D1 (or 0xFE76D1) is known color: Neon Pink. HEX triplet: FE, 76 and D1. RGB value is (254,118,209). Sum of RGB (Red+Green+Blue) = 254+118+209=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76D1 is #01892E. Grayscale: #A8A8A8. Windows color (decimal): -100655 or 13727486. OLE color: 13727486.

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

Color convert

RGB 254 118 209 -
CMYK 0 0.54 0.18 0.00
HSL 319.85º 0.99% 0.73% -
HSV(B) 319.85º 0.54% 1% -
XYZ 58.86 38.63 64.68 -
YUV 169.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 254 118 209 0 0.54 0.18 0.00 319.85 0.99 0.73
Hex FE 76 D1 0 36 12 0 140 63 49
Octal 376 166 321 0 66 22 0 500 143 111
Binary 11111110 1110110 11010001 0 110110 10010 0 101000000 1100011 1001001

Color Harmonies of #FE76D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76D1

Black with #FE76D1

Text Example


Text Example

White with #FE76D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76D1; }

 p { color: rgb(254,118,209); }

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

background-color css

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

 a { background-color: rgb(254,118,209); }

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

border-color css

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

 span { border-color: rgb(254,118,209); }

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