#FE6ACD

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

Shades of Neon Pink #FE6ACD

Tints of Neon Pink #FE6ACD

Color information

#FE6ACD (or 0xFE6ACD) is unknown color: approx Neon Pink. HEX triplet: FE, 6A and CD. RGB value is (254,106,205). Sum of RGB (Red+Green+Blue) = 254+106+205=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ACD is #019532. Grayscale: #A1A1A1. Windows color (decimal): -103731 or 13462270. OLE color: 13462270.

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

Color convert

RGB254106205-
CMYK00.580.190.00
HSL319.86º98.67%70.59%-
HSV(B)319.86º58.27%99.61%-
XYZ57.0535.7961.66-
YUV161.54152.53193.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 106 (41.80% from 255) = 18.76%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=44.96%
G=18.76%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410620500.580.190.00319.8698.6770.59
HexFE6ACD03A1301406347
Octal376152315072230500143107
Binary11111110110101011001101011101010011010100000011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6ACD; }

 p { color: rgb(254,106,205); }

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

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

 a { background-color: rgb(254,106,205); }

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

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

 span { border-color: rgb(254,106,205); }

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