#F554C0

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

Shades of Neon Pink #F554C0

Tints of Neon Pink #F554C0

Color information

#F554C0 (or 0xF554C0) is unknown color: approx Neon Pink. HEX triplet: F5, 54 and C0. RGB value is (245,84,192). Sum of RGB (Red+Green+Blue) = 245+84+192=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F554C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F554C0 is #0AAB3F. Grayscale: #909090. Windows color (decimal): -699200 or 12604661. OLE color: 12604661.

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

Color convert

RGB24584192-
CMYK00.660.220.04
HSL319.75º88.95%64.51%-
HSV(B)319.75º65.71%96.08%-
XYZ50.3429.5652.92-
YUV144.45154.84199.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 84 (33.20% from 255) = 16.12%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=47.02%
G=16.12%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458419200.660.220.04319.7588.9564.51
HexF554C00421641405941
Octal3651243000102264500131101
Binary11110101101010011000000010000101011010010100000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F554C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F554C0; }

 p { color: rgb(245,84,192); }

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

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

 a { background-color: rgb(245,84,192); }

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

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

 span { border-color: rgb(245,84,192); }

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