#fe5bd5

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

Shades of Neon Pink #FE5BD5

Tints of Neon Pink #FE5BD5

Color information

#FE5BD5 (or 0xFE5BD5) is unknown color: approx Neon Pink. HEX triplet: FE, 5B and D5. RGB value is (254,91,213). Sum of RGB (Red+Green+Blue) = 254+91+213=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 91 (35.94% from 255 or 16.31% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BD5 is #01A42A. Grayscale: #999999. Windows color (decimal): -107563 or 13982718. OLE color: 13982718.

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

Color convert

RGB25491213-
CMYK00.640.160.00
HSL315.09º98.79%67.65%-
HSV(B)315.09º64.17%99.61%-
XYZ56.6233.3666.4-
YUV153.65161.5199.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.52%
GREEN value IS 91 (35.94% from 255) = 16.31%
BLUE value IS 213 (83.59% from 255) = 38.17%
R=45.52%
G=16.31%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549121300.640.160.00315.0998.7967.65
HexFE5BD504010013b6344
Octal3761333250100200473143104
Binary111111101011011110101010100000010000010011101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe5bd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe5bd5; }

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

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

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

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

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

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

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

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