Html Css Color HEX #FE76CB Neon Pink

📋 copy color: '#FE76CB'

red 254 ◦ green 118 ◦ blue 203

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

Shades of Neon Pink #FE76CB

Tints of Neon Pink #FE76CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.3%

R = 44.17%
G = 20.52%
B = 35.3%

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

#FE76CB (or 0xFE76CB) is known color: Neon Pink. HEX triplet: FE, 76 and CB. RGB value is (254,118,203). Sum of RGB (Red+Green+Blue) = 254+118+203=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76CB is #018934. Grayscale: #A8A8A8. Windows color (decimal): -100661 or 13334270. OLE color: 13334270.

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

Color convert

RGB 254 118 203 -
CMYK 0 0.54 0.20 0.00
HSL 322.5º 0.99% 0.73% -
HSV(B) 322.5º 0.54% 1% -
XYZ 58.13 38.34 60.84 -
YUV 168.35 147.56 189.09 -
System Red Green Blue C M Y K H S L
Decimal 254 118 203 0 0.54 0.20 0.00 322.5 0.99 0.73
Hex FE 76 CB 0 36 14 0 142 63 49
Octal 376 166 313 0 66 24 0 502 143 111
Binary 11111110 1110110 11001011 0 110110 10100 0 101000010 1100011 1001001

Color Harmonies of #FE76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76CB

Black with #FE76CB

Text Example


Text Example

White with #FE76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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