#F85ACF

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

Shades of Neon Pink #F85ACF

Tints of Neon Pink #F85ACF

Color information

#F85ACF (or 0xF85ACF) is unknown color: approx Neon Pink. HEX triplet: F8, 5A and CF. RGB value is (248,90,207). Sum of RGB (Red+Green+Blue) = 248+90+207=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ACF is #07A530. Grayscale: #969696. Windows color (decimal): -501041 or 13589240. OLE color: 13589240.

HSL color Cylindrical-coordinate representation of color #F85ACF: hue angle of 315.57º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85ACF is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB24890207-
CMYK00.640.170.03
HSL315.57º91.86%66.27%-
HSV(B)315.57º63.71%97.25%-
XYZ53.6331.7762.34-
YUV150.58159.85197.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.50%
GREEN value IS 90 (35.55% from 255) = 16.51%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=45.50%
G=16.51%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489020700.640.170.03315.5791.8666.27
HexF85ACF04011313c5c42
Octal3701323170100213474134102
Binary1111100010110101100111101000000100011110011110010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85ACF; }

 p { color: rgb(248,90,207); }

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

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

 a { background-color: rgb(248,90,207); }

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

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

 span { border-color: rgb(248,90,207); }

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