#FE61C6

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

Shades of Neon Pink #FE61C6

Tints of Neon Pink #FE61C6

Color information

#FE61C6 (or 0xFE61C6) is unknown color: approx Neon Pink. HEX triplet: FE, 61 and C6. RGB value is (254,97,198). Sum of RGB (Red+Green+Blue) = 254+97+198=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 97 (38.28% from 255 or 17.67% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE61C6 is #019E39. Grayscale: #9B9B9B. Windows color (decimal): -106042 or 13001214. OLE color: 13001214.

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

Color convert

RGB25497198-
CMYK00.620.220.00
HSL321.4º98.74%68.82%-
HSV(B)321.4º61.81%99.61%-
XYZ55.3433.757.01-
YUV155.46152.01198.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 97 (38.28% from 255) = 17.67%
BLUE value IS 198 (77.73% from 255) = 36.07%
R=46.27%
G=17.67%
B=36.07%

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
Decimal2549719800.620.220.00321.498.7468.82
HexFE61C603E1601416345
Octal376141306076260501143105
Binary11111110110000111000110011111010110010100000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE61C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE61C6; }

 p { color: rgb(254,97,198); }

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

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

 a { background-color: rgb(254,97,198); }

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

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

 span { border-color: rgb(254,97,198); }

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