Html Css Color HEX #FA68C9 Neon Pink

📋 copy color: '#FA68C9'

red 250 ◦ green 104 ◦ blue 201

#FA68C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FA68C9

Tints of Neon Pink #FA68C9

RGB

 RED value IS 250 (98.05% from 255) = 45.05%

 GREEN value IS 104 (41.02% from 255) = 18.74%

 BLUE value IS 201 (78.91% from 255) = 36.22%

R = 45.05%
G = 18.74%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA68C9 (or 0xFA68C9) is known color: Neon Pink. HEX triplet: FA, 68 and C9. RGB value is (250,104,201). Sum of RGB (Red+Green+Blue) = 250+104+201=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA68C9 is #059736. Grayscale: #9E9E9E. Windows color (decimal): -366391 or 13199610. OLE color: 13199610.

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

Color convert

RGB 250 104 201 -
CMYK 0 0.58 0.20 0.02
HSL 320.14º 0.94% 0.69% -
HSV(B) 320.14º 0.58% 0.98% -
XYZ 54.92 34.44 59.01 -
YUV 158.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 250 104 201 0 0.58 0.20 0.02 320.14 0.94 0.69
Hex FA 68 C9 0 3A 14 2 140 5E 45
Octal 372 150 311 0 72 24 2 500 136 105
Binary 11111010 1101000 11001001 0 111010 10100 10 101000000 1011110 1000101

Color Harmonies of #FA68C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68C9

Black with #FA68C9

Text Example


Text Example

White with #FA68C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68C9; }

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

 H1.HeaderClassName
 {
   color: #FA68C9;
 }
 .AnyTagClassName
 {
   color: #FA68C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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