#F675CF

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

Shades of Neon Pink #F675CF

Tints of Neon Pink #F675CF

Color information

#F675CF (or 0xF675CF) is unknown color: approx Neon Pink. HEX triplet: F6, 75 and CF. RGB value is (246,117,207). Sum of RGB (Red+Green+Blue) = 246+117+207=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F675CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675CF is #098A30. Grayscale: #A5A5A5. Windows color (decimal): -625201 or 13596150. OLE color: 13596150.

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

Color convert

RGB246117207-
CMYK00.520.160.04
HSL318.14º87.76%71.18%-
HSV(B)318.14º52.44%96.47%-
XYZ55.6336.8263.21-
YUV165.83151.24185.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.16%
GREEN value IS 117 (46.09% from 255) = 20.53%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=43.16%
G=20.53%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611720700.520.160.04318.1487.7671.18
HexF675CF03410413e5847
Octal366165317064204476130107
Binary1111011011101011100111101101001000010010011111010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F675CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F675CF; }

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

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

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

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

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

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

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

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