#FE6FD5

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

Shades of Neon Pink #FE6FD5

Tints of Neon Pink #FE6FD5

Color information

#FE6FD5 (or 0xFE6FD5) is unknown color: approx Neon Pink. HEX triplet: FE, 6F and D5. RGB value is (254,111,213). Sum of RGB (Red+Green+Blue) = 254+111+213=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 111 (43.75% from 255 or 19.20% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FD5 is #01902A. Grayscale: #A5A5A5. Windows color (decimal): -102443 or 13987838. OLE color: 13987838.

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

Color convert

RGB254111213-
CMYK00.560.160.00
HSL317.2º98.62%71.57%-
HSV(B)317.2º56.3%99.61%-
XYZ58.5737.2467.05-
YUV165.39154.88191.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.94%
GREEN value IS 111 (43.75% from 255) = 19.20%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=43.94%
G=19.20%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411121300.560.160.00317.298.6271.57
HexFE6FD503810013d6348
Octal376157325070200475143110
Binary11111110110111111010101011100010000010011110111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6FD5; }

 p { color: rgb(254,111,213); }

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

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

 a { background-color: rgb(254,111,213); }

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

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

 span { border-color: rgb(254,111,213); }

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