#FE5BCF

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

Shades of Neon Pink #FE5BCF

Tints of Neon Pink #FE5BCF

Color information

#FE5BCF (or 0xFE5BCF) is unknown color: approx Neon Pink. HEX triplet: FE, 5B and CF. RGB value is (254,91,207). Sum of RGB (Red+Green+Blue) = 254+91+207=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 91 (35.94% from 255 or 16.49% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BCF is #01A430. Grayscale: #989898. Windows color (decimal): -107569 or 13589502. OLE color: 13589502.

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

Color convert

RGB25491207-
CMYK00.640.190.00
HSL317.3º98.79%67.65%-
HSV(B)317.3º64.17%99.61%-
XYZ55.8833.0662.47-
YUV152.96158.5200.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 91 (35.94% from 255) = 16.49%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=46.01%
G=16.49%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549120700.640.190.00317.398.7967.65
HexFE5BCF04013013d6344
Octal3761333170100230475143104
Binary111111101011011110011110100000010011010011110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5BCF; }

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

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

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

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

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

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

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

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