#FE64C6

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

Shades of Neon Pink #FE64C6

Tints of Neon Pink #FE64C6

Color information

#FE64C6 (or 0xFE64C6) is unknown color: approx Neon Pink. HEX triplet: FE, 64 and C6. RGB value is (254,100,198). Sum of RGB (Red+Green+Blue) = 254+100+198=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64C6 is #019B39. Grayscale: #9C9C9C. Windows color (decimal): -105274 or 13001982. OLE color: 13001982.

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

Color convert

RGB254100198-
CMYK00.610.220.00
HSL321.82º98.72%69.41%-
HSV(B)321.82º60.63%99.61%-
XYZ55.6234.2657.11-
YUV157.22151.02197.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 100 (39.45% from 255) = 18.12%
BLUE value IS 198 (77.73% from 255) = 35.87%
R=46.01%
G=18.12%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410019800.610.220.00321.8298.7269.41
HexFE64C603D1601426345
Octal376144306075260502143105
Binary11111110110010011000110011110110110010100001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE64C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE64C6; }

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

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

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

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

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

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

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

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