#F476CF

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

Shades of Neon Pink #F476CF

Tints of Neon Pink #F476CF

Color information

#F476CF (or 0xF476CF) is unknown color: approx Neon Pink. HEX triplet: F4, 76 and CF. RGB value is (244,118,207). Sum of RGB (Red+Green+Blue) = 244+118+207=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F476CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F476CF is #0B8930. Grayscale: #A5A5A5. Windows color (decimal): -756017 or 13596404. OLE color: 13596404.

HSL color Cylindrical-coordinate representation of color #F476CF: hue angle of 317.62º degrees, saturation: 0.85, 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 #F476CF is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB244118207-
CMYK00.520.150.04
HSL317.62º85.14%70.98%-
HSV(B)317.62º51.64%95.69%-
XYZ55.0536.6963.21-
YUV165.82151.24183.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.88%
GREEN value IS 118 (46.48% from 255) = 20.74%
BLUE value IS 207 (81.25% from 255) = 36.38%
R=42.88%
G=20.74%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411820700.520.150.04317.6285.1470.98
HexF476CF034F413e5547
Octal364166317064174476125107
Binary111101001110110110011110110100111110010011111010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F476CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F476CF; }

 p { color: rgb(244,118,207); }

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

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

 a { background-color: rgb(244,118,207); }

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

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

 span { border-color: rgb(244,118,207); }

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