#F555C7

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

Shades of Neon Pink #F555C7

Tints of Neon Pink #F555C7

Color information

#F555C7 (or 0xF555C7) is unknown color: approx Neon Pink. HEX triplet: F5, 55 and C7. RGB value is (245,85,199). Sum of RGB (Red+Green+Blue) = 245+85+199=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F555C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555C7 is #0AAA38. Grayscale: #919191. Windows color (decimal): -698937 or 13063669. OLE color: 13063669.

HSL color Cylindrical-coordinate representation of color #F555C7: hue angle of 317.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F555C7 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB24585199-
CMYK00.650.190.04
HSL317.25º88.89%64.71%-
HSV(B)317.25º65.31%96.08%-
XYZ51.2130.0357.13-
YUV145.84158.01198.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.31%
GREEN value IS 85 (33.59% from 255) = 16.07%
BLUE value IS 199 (78.12% from 255) = 37.62%
R=46.31%
G=16.07%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458519900.650.190.04317.2588.8964.71
HexF555C704113413d5941
Octal3651253070101234475131101
Binary11110101101010111000111010000011001110010011110110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F555C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F555C7; }

 p { color: rgb(245,85,199); }

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

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

 a { background-color: rgb(245,85,199); }

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

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

 span { border-color: rgb(245,85,199); }

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