#FE66D7

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

Shades of Neon Pink #FE66D7

Tints of Neon Pink #FE66D7

Color information

#FE66D7 (or 0xFE66D7) is unknown color: approx Neon Pink. HEX triplet: FE, 66 and D7. RGB value is (254,102,215). Sum of RGB (Red+Green+Blue) = 254+102+215=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 102 (40.23% from 255 or 17.86% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66D7 is #019928. Grayscale: #A0A0A0. Windows color (decimal): -104745 or 14116606. OLE color: 14116606.

HSL color Cylindrical-coordinate representation of color #FE66D7: hue angle of 315.39º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE66D7 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254102215-
CMYK00.600.150.00
HSL315.39º98.7%69.8%-
HSV(B)315.39º59.84%99.61%-
XYZ57.8935.4868.09-
YUV160.33158.86194.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 102 (40.23% from 255) = 17.86%
BLUE value IS 215 (84.38% from 255) = 37.65%
R=44.48%
G=17.86%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410221500.600.150.00315.3998.769.8
HexFE66D703CF013b6346
Octal376146327074170473143106
Binary1111111011001101101011101111001111010011101111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE66D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE66D7; }

 p { color: rgb(254,102,215); }

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

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

 a { background-color: rgb(254,102,215); }

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

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

 span { border-color: rgb(254,102,215); }

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