#F671C0

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

Shades of Neon Pink #F671C0

Tints of Neon Pink #F671C0

Color information

#F671C0 (or 0xF671C0) is unknown color: approx Neon Pink. HEX triplet: F6, 71 and C0. RGB value is (246,113,192). Sum of RGB (Red+Green+Blue) = 246+113+192=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F671C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F671C0 is #098E3F. Grayscale: #A1A1A1. Windows color (decimal): -626240 or 12612086. OLE color: 12612086.

HSL color Cylindrical-coordinate representation of color #F671C0: hue angle of 324.36º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F671C0 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB246113192-
CMYK00.540.220.04
HSL324.36º88.08%70.39%-
HSV(B)324.36º54.07%96.47%-
XYZ53.4335.2153.85-
YUV161.77145.06188.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.65%
GREEN value IS 113 (44.53% from 255) = 20.51%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=44.65%
G=20.51%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611319200.540.220.04324.3688.0870.39
HexF671C00361641445846
Octal366161300066264504130106
Binary1111011011100011100000001101101011010010100010010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F671C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F671C0; }

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

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

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

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

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

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

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

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