#FE66CB

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

Shades of Neon Pink #FE66CB

Tints of Neon Pink #FE66CB

Color information

#FE66CB (or 0xFE66CB) is unknown color: approx Neon Pink. HEX triplet: FE, 66 and CB. RGB value is (254,102,203). Sum of RGB (Red+Green+Blue) = 254+102+203=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66CB is #019934. Grayscale: #9E9E9E. Windows color (decimal): -104757 or 13330174. OLE color: 13330174.

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

Color convert

RGB254102203-
CMYK00.600.200.00
HSL320.13º98.7%69.8%-
HSV(B)320.13º59.84%99.61%-
XYZ56.434.8960.26-
YUV158.96152.86195.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.44%
GREEN value IS 102 (40.23% from 255) = 18.25%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=45.44%
G=18.25%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410220300.600.200.00320.1398.769.8
HexFE66CB03C1401406346
Octal376146313074240500143106
Binary11111110110011011001011011110010100010100000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE66CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE66CB; }

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

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

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

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

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

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

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

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