#FE66BF

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

Shades of Neon Pink #FE66BF

Tints of Neon Pink #FE66BF

Color information

#FE66BF (or 0xFE66BF) is unknown color: approx Neon Pink. HEX triplet: FE, 66 and BF. RGB value is (254,102,191). Sum of RGB (Red+Green+Blue) = 254+102+191=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66BF is #019940. Grayscale: #9D9D9D. Windows color (decimal): -104769 or 12543742. OLE color: 12543742.

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

Color convert

RGB254102191-
CMYK00.600.250.00
HSL324.87º98.7%69.8%-
HSV(B)324.87º59.84%99.61%-
XYZ55.0334.3453.02-
YUV157.59146.86196.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 102 (40.23% from 255) = 18.65%
BLUE value IS 191 (75% from 255) = 34.92%
R=46.44%
G=18.65%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410219100.600.250.00324.8798.769.8
HexFE66BF03C1901456346
Octal376146277074310505143106
Binary11111110110011010111111011110011001010100010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE66BF; }

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

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

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

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

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

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

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

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