#F65ACB

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

Shades of Neon Pink #F65ACB

Tints of Neon Pink #F65ACB

Color information

#F65ACB (or 0xF65ACB) is unknown color: approx Neon Pink. HEX triplet: F6, 5A and CB. RGB value is (246,90,203). Sum of RGB (Red+Green+Blue) = 246+90+203=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ACB is #09A534. Grayscale: #959595. Windows color (decimal): -632117 or 13327094. OLE color: 13327094.

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

Color convert

RGB24690203-
CMYK00.630.170.04
HSL316.54º89.66%65.88%-
HSV(B)316.54º63.41%96.47%-
XYZ52.4431.2259.76-
YUV149.53158.18196.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.64%
GREEN value IS 90 (35.55% from 255) = 16.70%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=45.64%
G=16.70%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469020300.630.170.04316.5489.6665.88
HexF65ACB03F11413d5a42
Octal366132313077214475132102
Binary1111011010110101100101101111111000110010011110110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65ACB; }

 p { color: rgb(246,90,203); }

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

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

 a { background-color: rgb(246,90,203); }

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

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

 span { border-color: rgb(246,90,203); }

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