Html Css Color HEX #FE76CC Neon Pink

📋 copy color: '#FE76CC'

red 254 ◦ green 118 ◦ blue 204

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

Shades of Neon Pink #FE76CC

Tints of Neon Pink #FE76CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.42%

R = 44.1%
G = 20.49%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE76CC (or 0xFE76CC) is known color: Neon Pink. HEX triplet: FE, 76 and CC. RGB value is (254,118,204). Sum of RGB (Red+Green+Blue) = 254+118+204=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76CC is #018933. Grayscale: #A8A8A8. Windows color (decimal): -100660 or 13399806. OLE color: 13399806.

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

Color convert

RGB 254 118 204 -
CMYK 0 0.54 0.20 0.00
HSL 322.06º 0.99% 0.73% -
HSV(B) 322.06º 0.54% 1% -
XYZ 58.25 38.39 61.47 -
YUV 168.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 254 118 204 0 0.54 0.20 0.00 322.06 0.99 0.73
Hex FE 76 CC 0 36 14 0 142 63 49
Octal 376 166 314 0 66 24 0 502 143 111
Binary 11111110 1110110 11001100 0 110110 10100 0 101000010 1100011 1001001

Color Harmonies of #FE76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76CC

Black with #FE76CC

Text Example


Text Example

White with #FE76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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