#FE66C4

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

Shades of Neon Pink #FE66C4

Tints of Neon Pink #FE66C4

Color information

#FE66C4 (or 0xFE66C4) is unknown color: approx Neon Pink. HEX triplet: FE, 66 and C4. RGB value is (254,102,196). Sum of RGB (Red+Green+Blue) = 254+102+196=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66C4 is #01993B. Grayscale: #9D9D9D. Windows color (decimal): -104764 or 12871422. OLE color: 12871422.

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

Color convert

RGB254102196-
CMYK00.600.230.00
HSL322.89º98.7%69.8%-
HSV(B)322.89º59.84%99.61%-
XYZ55.5934.5655.97-
YUV158.16149.36196.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 102 (40.23% from 255) = 18.48%
BLUE value IS 196 (76.95% from 255) = 35.51%
R=46.01%
G=18.48%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410219600.600.230.00322.8998.769.8
HexFE66C403C1701436346
Octal376146304074270503143106
Binary11111110110011011000100011110010111010100001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE66C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE66C4; }

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

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

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

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

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

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

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

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