#FE5BCC

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

Shades of Neon Pink #FE5BCC

Tints of Neon Pink #FE5BCC

Color information

#FE5BCC (or 0xFE5BCC) is unknown color: approx Neon Pink. HEX triplet: FE, 5B and CC. RGB value is (254,91,204). Sum of RGB (Red+Green+Blue) = 254+91+204=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 91 (35.94% from 255 or 16.58% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BCC is #01A433. Grayscale: #989898. Windows color (decimal): -107572 or 13392894. OLE color: 13392894.

HSL color Cylindrical-coordinate representation of color #FE5BCC: hue angle of 318.4º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5BCC is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB25491204-
CMYK00.640.200.00
HSL318.4º98.79%67.65%-
HSV(B)318.4º64.17%99.61%-
XYZ55.5132.9160.55-
YUV152.62157200.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 91 (35.94% from 255) = 16.58%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=46.27%
G=16.58%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549120400.640.200.00318.498.7967.65
HexFE5BCC04014013e6344
Octal3761333140100240476143104
Binary111111101011011110011000100000010100010011111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5BCC; }

 p { color: rgb(254,91,204); }

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

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

 a { background-color: rgb(254,91,204); }

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

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

 span { border-color: rgb(254,91,204); }

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