#FE66D1

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

Shades of Neon Pink #FE66D1

Tints of Neon Pink #FE66D1

Color information

#FE66D1 (or 0xFE66D1) is unknown color: approx Neon Pink. HEX triplet: FE, 66 and D1. RGB value is (254,102,209). Sum of RGB (Red+Green+Blue) = 254+102+209=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66D1 is #01992E. Grayscale: #9F9F9F. Windows color (decimal): -104751 or 13723390. OLE color: 13723390.

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

Color convert

RGB254102209-
CMYK00.600.180.00
HSL317.76º98.7%69.8%-
HSV(B)317.76º59.84%99.61%-
XYZ57.1335.1864.1-
YUV159.65155.86195.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 102 (40.23% from 255) = 18.05%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=44.96%
G=18.05%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410220900.600.180.00317.7698.769.8
HexFE66D103C12013e6346
Octal376146321074220476143106
Binary11111110110011011010001011110010010010011111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE66D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE66D1; }

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

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

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

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

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

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

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

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