#FE66BE

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

Shades of Neon Pink #FE66BE

Tints of Neon Pink #FE66BE

Color information

#FE66BE (or 0xFE66BE) is unknown color: approx Neon Pink. HEX triplet: FE, 66 and BE. RGB value is (254,102,190). Sum of RGB (Red+Green+Blue) = 254+102+190=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66BE is #019941. Grayscale: #9D9D9D. Windows color (decimal): -104770 or 12478206. OLE color: 12478206.

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

Color convert

RGB254102190-
CMYK00.600.250.00
HSL325.26º98.7%69.8%-
HSV(B)325.26º59.84%99.61%-
XYZ54.9234.2952.44-
YUV157.48146.36196.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.52%
GREEN value IS 102 (40.23% from 255) = 18.68%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=46.52%
G=18.68%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410219000.600.250.00325.2698.769.8
HexFE66BE03C1901456346
Octal376146276074310505143106
Binary11111110110011010111110011110011001010100010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE66BE; }

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

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

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

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

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

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

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

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