#FA6BBE

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

Shades of Neon Pink #FA6BBE

Tints of Neon Pink #FA6BBE

Color information

#FA6BBE (or 0xFA6BBE) is unknown color: approx Neon Pink. HEX triplet: FA, 6B and BE. RGB value is (250,107,190). Sum of RGB (Red+Green+Blue) = 250+107+190=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6BBE is #059441. Grayscale: #9F9F9F. Windows color (decimal): -365634 or 12479482. OLE color: 12479482.

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

Color convert

RGB250107190-
CMYK00.570.240.02
HSL325.17º93.46%70%-
HSV(B)325.17º57.2%98.04%-
XYZ53.9834.5652.54-
YUV159.22145.38192.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 107 (42.19% from 255) = 19.56%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=45.70%
G=19.56%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010719000.570.240.02325.1793.4670
HexFA6BBE0391821455d46
Octal372153276071302505135106
Binary111110101101011101111100111001110001010100010110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6BBE; }

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

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

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

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

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

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

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

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