Html Css Color HEX #FA68CD Neon Pink

📋 copy color: '#FA68CD'

red 250 ◦ green 104 ◦ blue 205

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

Shades of Neon Pink #FA68CD

Tints of Neon Pink #FA68CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.67%

R = 44.72%
G = 18.6%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA68CD (or 0xFA68CD) is known color: Neon Pink. HEX triplet: FA, 68 and CD. RGB value is (250,104,205). Sum of RGB (Red+Green+Blue) = 250+104+205=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA68CD is #059732. Grayscale: #9E9E9E. Windows color (decimal): -366387 or 13461754. OLE color: 13461754.

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

Color convert

RGB 250 104 205 -
CMYK 0 0.58 0.18 0.02
HSL 318.49º 0.94% 0.69% -
HSV(B) 318.49º 0.58% 0.98% -
XYZ 55.39 34.63 61.52 -
YUV 159.17 153.87 192.79 -
System Red Green Blue C M Y K H S L
Decimal 250 104 205 0 0.58 0.18 0.02 318.49 0.94 0.69
Hex FA 68 CD 0 3A 12 2 13E 5E 45
Octal 372 150 315 0 72 22 2 476 136 105
Binary 11111010 1101000 11001101 0 111010 10010 10 100111110 1011110 1000101

Color Harmonies of #FA68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68CD

Black with #FA68CD

Text Example


Text Example

White with #FA68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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