#FE5CCA

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

Shades of Neon Pink #FE5CCA

Tints of Neon Pink #FE5CCA

Color information

#FE5CCA (or 0xFE5CCA) is unknown color: approx Neon Pink. HEX triplet: FE, 5C and CA. RGB value is (254,92,202). Sum of RGB (Red+Green+Blue) = 254+92+202=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CCA is #01A335. Grayscale: #989898. Windows color (decimal): -107318 or 13262078. OLE color: 13262078.

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

Color convert

RGB25492202-
CMYK00.640.200.00
HSL319.26º98.78%67.84%-
HSV(B)319.26º63.78%99.61%-
XYZ55.3632.9959.33-
YUV152.98155.67200.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.35%
GREEN value IS 92 (36.33% from 255) = 16.79%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=46.35%
G=16.79%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549220200.640.200.00319.2698.7867.84
HexFE5CCA04014013f6344
Octal3761343120100240477143104
Binary111111101011100110010100100000010100010011111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5CCA; }

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

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

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

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

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

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

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

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