#FE60D3

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

Shades of Neon Pink #FE60D3

Tints of Neon Pink #FE60D3

Color information

#FE60D3 (or 0xFE60D3) is unknown color: approx Neon Pink. HEX triplet: FE, 60 and D3. RGB value is (254,96,211). Sum of RGB (Red+Green+Blue) = 254+96+211=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60D3 is #019F2C. Grayscale: #9C9C9C. Windows color (decimal): -106285 or 13852926. OLE color: 13852926.

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

Color convert

RGB25496211-
CMYK00.620.170.00
HSL316.33º98.75%68.63%-
HSV(B)316.33º62.2%99.61%-
XYZ56.8134.1465.22-
YUV156.35158.85197.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.28%
GREEN value IS 96 (37.89% from 255) = 17.11%
BLUE value IS 211 (82.81% from 255) = 37.61%
R=45.28%
G=17.11%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549621100.620.170.00316.3398.7568.63
HexFE60D303E11013c6345
Octal376140323076210474143105
Binary11111110110000011010011011111010001010011110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE60D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE60D3; }

 p { color: rgb(254,96,211); }

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

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

 a { background-color: rgb(254,96,211); }

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

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

 span { border-color: rgb(254,96,211); }

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