#FA67BE

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

Shades of Neon Pink #FA67BE

Tints of Neon Pink #FA67BE

Color information

#FA67BE (or 0xFA67BE) is unknown color: approx Neon Pink. HEX triplet: FA, 67 and BE. RGB value is (250,103,190). Sum of RGB (Red+Green+Blue) = 250+103+190=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA67BE is #059841. Grayscale: #9C9C9C. Windows color (decimal): -366658 or 12478458. OLE color: 12478458.

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

Color convert

RGB250103190-
CMYK00.590.240.02
HSL324.49º93.63%69.22%-
HSV(B)324.49º58.8%98.04%-
XYZ53.5733.7452.4-
YUV156.87146.7194.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 103 (40.62% from 255) = 18.97%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=46.04%
G=18.97%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010319000.590.240.02324.4993.6369.22
HexFA67BE03B1821445e45
Octal372147276073302504136105
Binary111110101100111101111100111011110001010100010010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA67BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA67BE; }

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

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

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

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

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

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

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

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