#FE60C7

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

Shades of Neon Pink #FE60C7

Tints of Neon Pink #FE60C7

Color information

#FE60C7 (or 0xFE60C7) is unknown color: approx Neon Pink. HEX triplet: FE, 60 and C7. RGB value is (254,96,199). Sum of RGB (Red+Green+Blue) = 254+96+199=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60C7 is #019F38. Grayscale: #9A9A9A. Windows color (decimal): -106297 or 13066494. OLE color: 13066494.

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

Color convert

RGB25496199-
CMYK00.620.220.00
HSL320.89º98.75%68.63%-
HSV(B)320.89º62.2%99.61%-
XYZ55.3633.5657.59-
YUV154.98152.85198.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 96 (37.89% from 255) = 17.49%
BLUE value IS 199 (78.12% from 255) = 36.25%
R=46.27%
G=17.49%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549619900.620.220.00320.8998.7568.63
HexFE60C703E1601416345
Octal376140307076260501143105
Binary11111110110000011000111011111010110010100000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE60C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE60C7; }

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

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

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

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

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

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

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

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