#FE61D8

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

Shades of Neon Pink #FE61D8

Tints of Neon Pink #FE61D8

Color information

#FE61D8 (or 0xFE61D8) is unknown color: approx Neon Pink. HEX triplet: FE, 61 and D8. RGB value is (254,97,216). Sum of RGB (Red+Green+Blue) = 254+97+216=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 97 (38.28% from 255 or 17.11% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE61D8 is #019E27. Grayscale: #9D9D9D. Windows color (decimal): -106024 or 14180862. OLE color: 14180862.

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

Color convert

RGB25497216-
CMYK00.620.150.00
HSL314.52º98.74%68.82%-
HSV(B)314.52º61.81%99.61%-
XYZ57.5434.5868.61-
YUV157.51161.01196.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 97 (38.28% from 255) = 17.11%
BLUE value IS 216 (84.77% from 255) = 38.10%
R=44.80%
G=17.11%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549721600.620.150.00314.5298.7468.82
HexFE61D803EF013b6345
Octal376141330076170473143105
Binary1111111011000011101100001111101111010011101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE61D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE61D8; }

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

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

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

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

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

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

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

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