#F672CF

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

Shades of Neon Pink #F672CF

Tints of Neon Pink #F672CF

Color information

#F672CF (or 0xF672CF) is unknown color: approx Neon Pink. HEX triplet: F6, 72 and CF. RGB value is (246,114,207). Sum of RGB (Red+Green+Blue) = 246+114+207=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F672CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672CF is #098D30. Grayscale: #A3A3A3. Windows color (decimal): -625969 or 13595382. OLE color: 13595382.

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

Color convert

RGB246114207-
CMYK00.540.160.04
HSL317.73º88%70.59%-
HSV(B)317.73º53.66%96.47%-
XYZ55.2936.1363.09-
YUV164.07152.23186.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.39%
GREEN value IS 114 (44.92% from 255) = 20.11%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=43.39%
G=20.11%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611420700.540.160.04317.738870.59
HexF672CF03610413e5847
Octal366162317066204476130107
Binary1111011011100101100111101101101000010010011111010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F672CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F672CF; }

 p { color: rgb(246,114,207); }

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

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

 a { background-color: rgb(246,114,207); }

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

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

 span { border-color: rgb(246,114,207); }

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