#FE60BF

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

Shades of Neon Pink #FE60BF

Tints of Neon Pink #FE60BF

Color information

#FE60BF (or 0xFE60BF) is unknown color: approx Neon Pink. HEX triplet: FE, 60 and BF. RGB value is (254,96,191). Sum of RGB (Red+Green+Blue) = 254+96+191=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60BF is #019F40. Grayscale: #999999. Windows color (decimal): -106305 or 12542206. OLE color: 12542206.

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

Color convert

RGB25496191-
CMYK00.620.250.00
HSL323.92º98.75%68.63%-
HSV(B)323.92º62.2%99.61%-
XYZ54.4633.252.83-
YUV154.07148.85199.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.95%
GREEN value IS 96 (37.89% from 255) = 17.74%
BLUE value IS 191 (75% from 255) = 35.30%
R=46.95%
G=17.74%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549619100.620.250.00323.9298.7568.63
HexFE60BF03E1901446345
Octal376140277076310504143105
Binary11111110110000010111111011111011001010100010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE60BF; }

 p { color: rgb(254,96,191); }

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

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

 a { background-color: rgb(254,96,191); }

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

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

 span { border-color: rgb(254,96,191); }

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