#FC66BE

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

Shades of Neon Pink #FC66BE

Tints of Neon Pink #FC66BE

Color information

#FC66BE (or 0xFC66BE) is unknown color: approx Neon Pink. HEX triplet: FC, 66 and BE. RGB value is (252,102,190). Sum of RGB (Red+Green+Blue) = 252+102+190=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC66BE is #039941. Grayscale: #9C9C9C. Windows color (decimal): -235842 or 12478204. OLE color: 12478204.

HSL color Cylindrical-coordinate representation of color #FC66BE: hue angle of 324.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC66BE is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252102190-
CMYK00.600.250.01
HSL324.8º96.15%69.41%-
HSV(B)324.8º59.52%98.82%-
XYZ54.1933.9252.41-
YUV156.88146.7195.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.32%
GREEN value IS 102 (40.23% from 255) = 18.75%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=46.32%
G=18.75%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210219000.600.250.01324.896.1569.41
HexFC66BE03C1911456045
Octal374146276074311505140105
Binary11111100110011010111110011110011001110100010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC66BE; }

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

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

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

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

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

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

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

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