#FA58C7

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

Shades of Neon Pink #FA58C7

Tints of Neon Pink #FA58C7

Color information

#FA58C7 (or 0xFA58C7) is unknown color: approx Neon Pink. HEX triplet: FA, 58 and C7. RGB value is (250,88,199). Sum of RGB (Red+Green+Blue) = 250+88+199=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58C7 is #05A738. Grayscale: #949494. Windows color (decimal): -370489 or 13064442. OLE color: 13064442.

HSL color Cylindrical-coordinate representation of color #FA58C7: hue angle of 318.89º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA58C7 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB25088199-
CMYK00.650.200.02
HSL318.89º94.19%66.27%-
HSV(B)318.89º64.8%98.04%-
XYZ53.2231.4357.29-
YUV149.09156.17199.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.55%
GREEN value IS 88 (34.77% from 255) = 16.39%
BLUE value IS 199 (78.12% from 255) = 37.06%
R=46.55%
G=16.39%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508819900.650.200.02318.8994.1966.27
HexFA58C704114213f5e42
Octal3721303070101242477136102
Binary1111101010110001100011101000001101001010011111110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA58C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA58C7; }

 p { color: rgb(250,88,199); }

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

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

 a { background-color: rgb(250,88,199); }

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

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

 span { border-color: rgb(250,88,199); }

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