#FE76CB

Color #FE76CB Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FE76CB

Tints of Neon Pink #FE76CB

Color information

#FE76CB (or 0xFE76CB) is unknown color: approx 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

RGB254118203-
CMYK00.540.200.00
HSL322.5º98.55%72.94%-
HSV(B)322.5º53.54%99.61%-
XYZ58.1338.3460.84-
YUV168.35147.56189.09-

RGB Variations

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

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.30%
R=44.17%
G=20.52%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411820300.540.200.00322.598.5572.94
HexFE76CB0361401426349
Octal376166313066240502143111
Binary11111110111011011001011011011010100010100001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE76CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>