#FA6CD1

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

Shades of Neon Pink #FA6CD1

Tints of Neon Pink #FA6CD1

Color information

#FA6CD1 (or 0xFA6CD1) is unknown color: approx Neon Pink. HEX triplet: FA, 6C and D1. RGB value is (250,108,209). Sum of RGB (Red+Green+Blue) = 250+108+209=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CD1 is #05932E. Grayscale: #A1A1A1. Windows color (decimal): -365359 or 13724922. OLE color: 13724922.

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

Color convert

RGB250108209-
CMYK00.570.160.02
HSL317.32º93.42%70.2%-
HSV(B)317.32º56.8%98.04%-
XYZ56.335.6564.24-
YUV161.97154.54190.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.09%
GREEN value IS 108 (42.58% from 255) = 19.05%
BLUE value IS 209 (82.03% from 255) = 36.86%
R=44.09%
G=19.05%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010820900.570.160.02317.3293.4270.2
HexFA6CD103910213d5d46
Octal372154321071202475135106
Binary111110101101100110100010111001100001010011110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6CD1; }

 p { color: rgb(250,108,209); }

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

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

 a { background-color: rgb(250,108,209); }

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

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

 span { border-color: rgb(250,108,209); }

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