#FE6CCA

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

Shades of Neon Pink #FE6CCA

Tints of Neon Pink #FE6CCA

Color information

#FE6CCA (or 0xFE6CCA) is unknown color: approx Neon Pink. HEX triplet: FE, 6C and CA. RGB value is (254,108,202). Sum of RGB (Red+Green+Blue) = 254+108+202=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6CCA is #019335. Grayscale: #A2A2A2. Windows color (decimal): -103222 or 13266174. OLE color: 13266174.

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

Color convert

RGB254108202-
CMYK00.570.200.00
HSL321.37º98.65%70.98%-
HSV(B)321.37º57.48%99.61%-
XYZ56.936.0659.84-
YUV162.37150.37193.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 108 (42.58% from 255) = 19.15%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=45.04%
G=19.15%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410820200.570.200.00321.3798.6570.98
HexFE6CCA0391401416347
Octal376154312071240501143107
Binary11111110110110011001010011100110100010100000111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6CCA; }

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

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

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

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

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

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

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

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