#F851C0

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

Shades of Neon Pink #F851C0

Tints of Neon Pink #F851C0

Color information

#F851C0 (or 0xF851C0) is unknown color: approx Neon Pink. HEX triplet: F8, 51 and C0. RGB value is (248,81,192). Sum of RGB (Red+Green+Blue) = 248+81+192=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F851C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F851C0 is #07AE3F. Grayscale: #8F8F8F. Windows color (decimal): -503360 or 12603896. OLE color: 12603896.

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

Color convert

RGB24881192-
CMYK00.670.230.03
HSL320.12º92.27%64.51%-
HSV(B)320.12º67.34%97.25%-
XYZ51.1729.6552.89-
YUV143.59155.33202.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.60%
GREEN value IS 81 (32.03% from 255) = 15.55%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=47.60%
G=15.55%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488119200.670.230.03320.1292.2764.51
HexF851C00431731405c41
Octal3701213000103273500134101
Binary1111100010100011100000001000011101111110100000010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F851C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F851C0; }

 p { color: rgb(248,81,192); }

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

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

 a { background-color: rgb(248,81,192); }

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

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

 span { border-color: rgb(248,81,192); }

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