#F65DCC

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

Shades of Neon Pink #F65DCC

Tints of Neon Pink #F65DCC

Color information

#F65DCC (or 0xF65DCC) is unknown color: approx Neon Pink. HEX triplet: F6, 5D and CC. RGB value is (246,93,204). Sum of RGB (Red+Green+Blue) = 246+93+204=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DCC is #09A233. Grayscale: #979797. Windows color (decimal): -631348 or 13393398. OLE color: 13393398.

HSL color Cylindrical-coordinate representation of color #F65DCC: hue angle of 316.47º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65DCC is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB24693204-
CMYK00.620.170.04
HSL316.47º89.47%66.47%-
HSV(B)316.47º62.2%96.47%-
XYZ52.8231.7860.48-
YUV151.4157.69195.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.30%
GREEN value IS 93 (36.72% from 255) = 17.13%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=45.30%
G=17.13%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469320400.620.170.04316.4789.4766.47
HexF65DCC03E11413c5942
Octal366135314076214474131102
Binary1111011010111011100110001111101000110010011110010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65DCC; }

 p { color: rgb(246,93,204); }

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

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

 a { background-color: rgb(246,93,204); }

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

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

 span { border-color: rgb(246,93,204); }

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