#FE60CB

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

Shades of Neon Pink #FE60CB

Tints of Neon Pink #FE60CB

Color information

#FE60CB (or 0xFE60CB) is unknown color: approx Neon Pink. HEX triplet: FE, 60 and CB. RGB value is (254,96,203). Sum of RGB (Red+Green+Blue) = 254+96+203=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60CB is #019F34. Grayscale: #9B9B9B. Windows color (decimal): -106293 or 13328638. OLE color: 13328638.

HSL color Cylindrical-coordinate representation of color #FE60CB: hue angle of 319.37º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE60CB is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB25496203-
CMYK00.620.200.00
HSL319.37º98.75%68.63%-
HSV(B)319.37º62.2%99.61%-
XYZ55.8433.7560.07-
YUV155.44154.85198.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 96 (37.89% from 255) = 17.36%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=45.93%
G=17.36%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549620300.620.200.00319.3798.7568.63
HexFE60CB03E14013f6345
Octal376140313076240477143105
Binary11111110110000011001011011111010100010011111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE60CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE60CB; }

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

 H1.HeaderClassName
 {
   color: #FE60CB;
 }
 .AnyTagClassName
 {
   color: #FE60CB;
 }
</style>
background-color css

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

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

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

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

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

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