#FE66C1

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

Shades of Neon Pink #FE66C1

Tints of Neon Pink #FE66C1

Color information

#FE66C1 (or 0xFE66C1) is unknown color: approx Neon Pink. HEX triplet: FE, 66 and C1. RGB value is (254,102,193). Sum of RGB (Red+Green+Blue) = 254+102+193=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66C1 is #01993E. Grayscale: #9D9D9D. Windows color (decimal): -104767 or 12674814. OLE color: 12674814.

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

Color convert

RGB254102193-
CMYK00.600.240.00
HSL324.08º98.7%69.8%-
HSV(B)324.08º59.84%99.61%-
XYZ55.2534.4254.18-
YUV157.82147.86196.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 102 (40.23% from 255) = 18.58%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=46.27%
G=18.58%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410219300.600.240.00324.0898.769.8
HexFE66C103C1801446346
Octal376146301074300504143106
Binary11111110110011011000001011110011000010100010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE66C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE66C1; }

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

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

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

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

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

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

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

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