#FF60DE

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

Shades of Neon Pink #FF60DE

Tints of Neon Pink #FF60DE

Color information

#FF60DE (or 0xFF60DE) is unknown color: approx Neon Pink. HEX triplet: FF, 60 and DE. RGB value is (255,96,222). Sum of RGB (Red+Green+Blue) = 255+96+222=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 96 (37.89% from 255 or 16.75% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60DE is #009F21. Grayscale: #9D9D9D. Windows color (decimal): -40738 or 14573823. OLE color: 14573823.

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

Color convert

RGB25596222-
CMYK00.620.130
HSL312.45º100%68.82%-
HSV(B)312.45º62.35%100%-
XYZ58.6134.972.75-
YUV157.9164.18197.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 96 (37.89% from 255) = 16.75%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=44.50%
G=16.75%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559622200.620.130312.4510068.82
HexFF60DE03ED01386445
Octal377140336076150470144105
Binary1111111111000001101111001111101101010011100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF60DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF60DE; }

 p { color: rgb(255,96,222); }

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

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

 a { background-color: rgb(255,96,222); }

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

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

 span { border-color: rgb(255,96,222); }

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