#FE6FD0

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

Shades of Neon Pink #FE6FD0

Tints of Neon Pink #FE6FD0

Color information

#FE6FD0 (or 0xFE6FD0) is unknown color: approx Neon Pink. HEX triplet: FE, 6F and D0. RGB value is (254,111,208). Sum of RGB (Red+Green+Blue) = 254+111+208=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FD0 is #01902F. Grayscale: #A4A4A4. Windows color (decimal): -102448 or 13660158. OLE color: 13660158.

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

Color convert

RGB254111208-
CMYK00.560.180.00
HSL319.3º98.62%71.57%-
HSV(B)319.3º56.3%99.61%-
XYZ57.9436.9963.76-
YUV164.82152.38191.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 111 (43.75% from 255) = 19.37%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=44.33%
G=19.37%
B=36.30%

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
Decimal25411120800.560.180.00319.398.6271.57
HexFE6FD003812013f6348
Octal376157320070220477143110
Binary11111110110111111010000011100010010010011111111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6FD0; }

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

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

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

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

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

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

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

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