#FE5CC0

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

Shades of Neon Pink #FE5CC0

Tints of Neon Pink #FE5CC0

Color information

#FE5CC0 (or 0xFE5CC0) is unknown color: approx Neon Pink. HEX triplet: FE, 5C and C0. RGB value is (254,92,192). Sum of RGB (Red+Green+Blue) = 254+92+192=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 92 (36.33% from 255 or 17.10% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CC0 is #01A33F. Grayscale: #979797. Windows color (decimal): -107328 or 12606718. OLE color: 12606718.

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

Color convert

RGB25492192-
CMYK00.640.240.00
HSL322.96º98.78%67.84%-
HSV(B)322.96º63.78%99.61%-
XYZ54.2132.5353.29-
YUV151.84150.67200.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.21%
GREEN value IS 92 (36.33% from 255) = 17.10%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=47.21%
G=17.10%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549219200.640.240.00322.9698.7867.84
HexFE5CC00401801436344
Octal3761343000100300503143104
Binary111111101011100110000000100000011000010100001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5CC0; }

 p { color: rgb(254,92,192); }

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

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

 a { background-color: rgb(254,92,192); }

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

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

 span { border-color: rgb(254,92,192); }

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