Html Css Color HEX #FE76D5 Neon Pink

📋 copy color: '#FE76D5'

red 254 ◦ green 118 ◦ blue 213

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

Shades of Neon Pink #FE76D5

Tints of Neon Pink #FE76D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.41%

R = 43.42%
G = 20.17%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE76D5 (or 0xFE76D5) is known color: Neon Pink. HEX triplet: FE, 76 and D5. RGB value is (254,118,213). Sum of RGB (Red+Green+Blue) = 254+118+213=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 118 (46.48% from 255 or 20.17% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76D5 is #01892A. Grayscale: #A9A9A9. Windows color (decimal): -100651 or 13989630. OLE color: 13989630.

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

Color convert

RGB 254 118 213 -
CMYK 0 0.54 0.16 0.00
HSL 318.09º 0.99% 0.73% -
HSV(B) 318.09º 0.54% 1% -
XYZ 59.36 38.83 67.32 -
YUV 169.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 254 118 213 0 0.54 0.16 0.00 318.09 0.99 0.73
Hex FE 76 D5 0 36 10 0 13E 63 49
Octal 376 166 325 0 66 20 0 476 143 111
Binary 11111110 1110110 11010101 0 110110 10000 0 100111110 1100011 1001001

Color Harmonies of #FE76D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76D5

Black with #FE76D5

Text Example


Text Example

White with #FE76D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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