Html Css Color HEX #FA68D3 Neon Pink

📋 copy color: '#FA68D3'

red 250 ◦ green 104 ◦ blue 211

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

Shades of Neon Pink #FA68D3

Tints of Neon Pink #FA68D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.35%

R = 44.25%
G = 18.41%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA68D3 (or 0xFA68D3) is known color: Neon Pink. HEX triplet: FA, 68 and D3. RGB value is (250,104,211). Sum of RGB (Red+Green+Blue) = 250+104+211=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA68D3 is #05972C. Grayscale: #9F9F9F. Windows color (decimal): -366381 or 13854970. OLE color: 13854970.

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

Color convert

RGB 250 104 211 -
CMYK 0 0.58 0.16 0.02
HSL 316.03º 0.94% 0.69% -
HSV(B) 316.03º 0.58% 0.98% -
XYZ 56.13 34.93 65.41 -
YUV 159.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 250 104 211 0 0.58 0.16 0.02 316.03 0.94 0.69
Hex FA 68 D3 0 3A 10 2 13C 5E 45
Octal 372 150 323 0 72 20 2 474 136 105
Binary 11111010 1101000 11010011 0 111010 10000 10 100111100 1011110 1000101

Color Harmonies of #FA68D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68D3

Black with #FA68D3

Text Example


Text Example

White with #FA68D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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