#FA68BE

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

Shades of Neon Pink #FA68BE

Tints of Neon Pink #FA68BE

Color information

#FA68BE (or 0xFA68BE) is unknown color: approx Neon Pink. HEX triplet: FA, 68 and BE. RGB value is (250,104,190). Sum of RGB (Red+Green+Blue) = 250+104+190=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA68BE is #059741. Grayscale: #9D9D9D. Windows color (decimal): -366402 or 12478714. OLE color: 12478714.

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

Color convert

RGB250104190-
CMYK00.580.240.02
HSL324.66º93.59%69.41%-
HSV(B)324.66º58.4%98.04%-
XYZ53.6733.9452.44-
YUV157.46146.37194.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.96%
GREEN value IS 104 (41.02% from 255) = 19.12%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=45.96%
G=19.12%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010419000.580.240.02324.6693.5969.41
HexFA68BE03A1821455e45
Octal372150276072302505136105
Binary111110101101000101111100111010110001010100010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA68BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA68BE; }

 p { color: rgb(250,104,190); }

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

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

 a { background-color: rgb(250,104,190); }

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

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

 span { border-color: rgb(250,104,190); }

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