#FA67DB

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

Shades of Neon Pink #FA67DB

Tints of Neon Pink #FA67DB

Color information

#FA67DB (or 0xFA67DB) is unknown color: approx Neon Pink. HEX triplet: FA, 67 and DB. RGB value is (250,103,219). Sum of RGB (Red+Green+Blue) = 250+103+219=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 103 (40.62% from 255 or 18.01% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA67DB is #059824. Grayscale: #9F9F9F. Windows color (decimal): -366629 or 14379002. OLE color: 14379002.

HSL color Cylindrical-coordinate representation of color #FA67DB: hue angle of 312.65º 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 #FA67DB is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250103219-
CMYK00.590.120.02
HSL312.65º93.63%69.22%-
HSV(B)312.65º58.8%98.04%-
XYZ57.0635.1470.79-
YUV160.18161.2192.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 103 (40.62% from 255) = 18.01%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=43.71%
G=18.01%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010321900.590.120.02312.6593.6369.22
HexFA67DB03BC21395e45
Octal372147333073142471136105
Binary11111010110011111011011011101111001010011100110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA67DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA67DB; }

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

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

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

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

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

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

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

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