Html Css Color HEX #FA68D4 Neon Pink

📋 copy color: '#FA68D4'

red 250 ◦ green 104 ◦ blue 212

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

Shades of Neon Pink #FA68D4

Tints of Neon Pink #FA68D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.46%

R = 44.17%
G = 18.37%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA68D4 (or 0xFA68D4) is known color: Neon Pink. HEX triplet: FA, 68 and D4. RGB value is (250,104,212). Sum of RGB (Red+Green+Blue) = 250+104+212=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA68D4 is #05972B. Grayscale: #9F9F9F. Windows color (decimal): -366380 or 13920506. OLE color: 13920506.

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

Color convert

RGB 250 104 212 -
CMYK 0 0.58 0.15 0.02
HSL 315.62º 0.94% 0.69% -
HSV(B) 315.62º 0.58% 0.98% -
XYZ 56.26 34.98 66.07 -
YUV 159.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 250 104 212 0 0.58 0.15 0.02 315.62 0.94 0.69
Hex FA 68 D4 0 3A F 2 13C 5E 45
Octal 372 150 324 0 72 17 2 474 136 105
Binary 11111010 1101000 11010100 0 111010 1111 10 100111100 1011110 1000101

Color Harmonies of #FA68D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68D4

Black with #FA68D4

Text Example


Text Example

White with #FA68D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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