#fe66db

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

Shades of Neon Pink #FE66DB

Tints of Neon Pink #FE66DB

Color information

#FE66DB (or 0xFE66DB) is unknown color: approx Neon Pink. HEX triplet: FE, 66 and DB. RGB value is (254,102,219). Sum of RGB (Red+Green+Blue) = 254+102+219=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66DB is #019924. Grayscale: #A0A0A0. Windows color (decimal): -104741 or 14378750. OLE color: 14378750.

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

Color convert

RGB254102219-
CMYK00.600.140.00
HSL313.82º98.7%69.8%-
HSV(B)313.82º59.84%99.61%-
XYZ58.4135.6970.83-
YUV160.79160.86194.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 102 (40.23% from 255) = 17.74%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=44.17%
G=17.74%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410221900.600.140.00313.8298.769.8
HexFE66DB03CE013a6346
Octal376146333074160472143106
Binary1111111011001101101101101111001110010011101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe66db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe66db; }

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

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

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

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

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

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

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

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