Html Css Color HEX #FA74CE Neon Pink

📋 copy color: '#FA74CE'

red 250 ◦ green 116 ◦ blue 206

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

Shades of Neon Pink #FA74CE

Tints of Neon Pink #FA74CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.28%

 BLUE value IS 206 (80.86% from 255) = 36.01%

R = 43.71%
G = 20.28%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA74CE (or 0xFA74CE) is known color: Neon Pink. HEX triplet: FA, 74 and CE. RGB value is (250,116,206). Sum of RGB (Red+Green+Blue) = 250+116+206=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74CE is #058B31. Grayscale: #A6A6A6. Windows color (decimal): -363314 or 13530362. OLE color: 13530362.

HSL color Cylindrical-coordinate representation of color #FA74CE: hue angle of 319.7º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA74CE is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 116 206 -
CMYK 0 0.54 0.18 0.02
HSL 319.7º 0.93% 0.72% -
HSV(B) 319.7º 0.54% 0.98% -
XYZ 56.81 37.27 62.59 -
YUV 166.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 250 116 206 0 0.54 0.18 0.02 319.7 0.93 0.72
Hex FA 74 CE 0 36 12 2 140 5D 48
Octal 372 164 316 0 66 22 2 500 135 110
Binary 11111010 1110100 11001110 0 110110 10010 10 101000000 1011101 1001000

Color Harmonies of #FA74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74CE

Black with #FA74CE

Text Example


Text Example

White with #FA74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74CE; }

 p { color: rgb(250,116,206); }

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

background-color css

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

 a { background-color: rgb(250,116,206); }

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

border-color css

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

 span { border-color: rgb(250,116,206); }

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