#F65DC0

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

Shades of Neon Pink #F65DC0

Tints of Neon Pink #F65DC0

Color information

#F65DC0 (or 0xF65DC0) is unknown color: approx Neon Pink. HEX triplet: F6, 5D and C0. RGB value is (246,93,192). Sum of RGB (Red+Green+Blue) = 246+93+192=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DC0 is #09A23F. Grayscale: #959595. Windows color (decimal): -631360 or 12606966. OLE color: 12606966.

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

Color convert

RGB24693192-
CMYK00.620.220.04
HSL321.18º89.47%66.47%-
HSV(B)321.18º62.2%96.47%-
XYZ51.4331.2353.19-
YUV150.03151.69196.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.33%
GREEN value IS 93 (36.72% from 255) = 17.51%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=46.33%
G=17.51%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469319200.620.220.04321.1889.4766.47
HexF65DC003E1641415942
Octal366135300076264501131102
Binary1111011010111011100000001111101011010010100000110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65DC0; }

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

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

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

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

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

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

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

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