#FF60C0

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

Shades of Neon Pink #FF60C0

Tints of Neon Pink #FF60C0

Color information

#FF60C0 (or 0xFF60C0) is unknown color: approx Neon Pink. HEX triplet: FF, 60 and C0. RGB value is (255,96,192). Sum of RGB (Red+Green+Blue) = 255+96+192=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60C0 is #009F3F. Grayscale: #9A9A9A. Windows color (decimal): -40768 or 12607743. OLE color: 12607743.

HSL color Cylindrical-coordinate representation of color #FF60C0: hue angle of 323.77º 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 #FF60C0 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB25596192-
CMYK00.620.250
HSL323.77º100%68.82%-
HSV(B)323.77º62.35%100%-
XYZ54.9433.4353.43-
YUV154.48149.18199.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.96%
GREEN value IS 96 (37.89% from 255) = 17.68%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=46.96%
G=17.68%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559619200.620.250323.7710068.82
HexFF60C003E1901446445
Octal377140300076310504144105
Binary11111111110000011000000011111011001010100010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF60C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF60C0; }

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

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

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

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

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

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

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

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