#FE55CF

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

Shades of Neon Pink #FE55CF

Tints of Neon Pink #FE55CF

Color information

#FE55CF (or 0xFE55CF) is unknown color: approx Neon Pink. HEX triplet: FE, 55 and CF. RGB value is (254,85,207). Sum of RGB (Red+Green+Blue) = 254+85+207=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55CF is #01AA30. Grayscale: #959595. Windows color (decimal): -109105 or 13587966. OLE color: 13587966.

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

Color convert

RGB25485207-
CMYK00.670.190.00
HSL316.69º98.83%66.47%-
HSV(B)316.69º66.54%99.61%-
XYZ55.3832.0762.3-
YUV149.44160.49202.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.52%
GREEN value IS 85 (33.59% from 255) = 15.57%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=46.52%
G=15.57%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548520700.670.190.00316.6998.8366.47
HexFE55CF04313013d6342
Octal3761253170103230475143102
Binary111111101010101110011110100001110011010011110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE55CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE55CF; }

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

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

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

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

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

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

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

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