#FF60D2

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

Shades of Neon Pink #FF60D2

Tints of Neon Pink #FF60D2

Color information

#FF60D2 (or 0xFF60D2) is unknown color: approx Neon Pink. HEX triplet: FF, 60 and D2. RGB value is (255,96,210). Sum of RGB (Red+Green+Blue) = 255+96+210=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60D2 is #009F2D. Grayscale: #9C9C9C. Windows color (decimal): -40750 or 13787391. OLE color: 13787391.

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

Color convert

RGB25596210-
CMYK00.620.180
HSL316.98º100%68.82%-
HSV(B)316.98º62.35%100%-
XYZ57.0634.2864.58-
YUV156.54158.18198.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 96 (37.89% from 255) = 17.11%
BLUE value IS 210 (82.42% from 255) = 37.43%
R=45.45%
G=17.11%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559621000.620.180316.9810068.82
HexFF60D203E12013d6445
Octal377140322076220475144105
Binary11111111110000011010010011111010010010011110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF60D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF60D2; }

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

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

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

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

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

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

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

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