#FE6FD1

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

Shades of Neon Pink #FE6FD1

Tints of Neon Pink #FE6FD1

Color information

#FE6FD1 (or 0xFE6FD1) is unknown color: approx Neon Pink. HEX triplet: FE, 6F and D1. RGB value is (254,111,209). Sum of RGB (Red+Green+Blue) = 254+111+209=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FD1 is #01902E. Grayscale: #A4A4A4. Windows color (decimal): -102447 or 13725694. OLE color: 13725694.

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

Color convert

RGB254111209-
CMYK00.560.180.00
HSL318.88º98.62%71.57%-
HSV(B)318.88º56.3%99.61%-
XYZ58.0737.0464.41-
YUV164.93152.88191.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 111 (43.75% from 255) = 19.34%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=44.25%
G=19.34%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411120900.560.180.00318.8898.6271.57
HexFE6FD103812013f6348
Octal376157321070220477143110
Binary11111110110111111010001011100010010010011111111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6FD1; }

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

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

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

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

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

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

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

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