Html Css Color HEX #FE76CF Neon Pink

📋 copy color: '#FE76CF'

red 254 ◦ green 118 ◦ blue 207

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

Shades of Neon Pink #FE76CF

Tints of Neon Pink #FE76CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 43.87%
G = 20.38%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE76CF (or 0xFE76CF) is known color: Neon Pink. HEX triplet: FE, 76 and CF. RGB value is (254,118,207). Sum of RGB (Red+Green+Blue) = 254+118+207=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76CF is #018930. Grayscale: #A8A8A8. Windows color (decimal): -100657 or 13596414. OLE color: 13596414.

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

Color convert

RGB 254 118 207 -
CMYK 0 0.54 0.19 0.00
HSL 320.74º 0.99% 0.73% -
HSV(B) 320.74º 0.54% 1% -
XYZ 58.61 38.53 63.38 -
YUV 168.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 254 118 207 0 0.54 0.19 0.00 320.74 0.99 0.73
Hex FE 76 CF 0 36 13 0 141 63 49
Octal 376 166 317 0 66 23 0 501 143 111
Binary 11111110 1110110 11001111 0 110110 10011 0 101000001 1100011 1001001

Color Harmonies of #FE76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76CF

Black with #FE76CF

Text Example


Text Example

White with #FE76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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