Html Css Color HEX #FA74D2 Neon Pink

📋 copy color: '#FA74D2'

red 250 ◦ green 116 ◦ blue 210

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

Shades of Neon Pink #FA74D2

Tints of Neon Pink #FA74D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.46%

R = 43.4%
G = 20.14%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA74D2 (or 0xFA74D2) is known color: Neon Pink. HEX triplet: FA, 74 and D2. RGB value is (250,116,210). Sum of RGB (Red+Green+Blue) = 250+116+210=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74D2 is #058B2D. Grayscale: #A6A6A6. Windows color (decimal): -363310 or 13792506. OLE color: 13792506.

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

Color convert

RGB 250 116 210 -
CMYK 0 0.54 0.16 0.02
HSL 317.91º 0.93% 0.72% -
HSV(B) 317.91º 0.54% 0.98% -
XYZ 57.3 37.47 65.18 -
YUV 166.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 250 116 210 0 0.54 0.16 0.02 317.91 0.93 0.72
Hex FA 74 D2 0 36 10 2 13E 5D 48
Octal 372 164 322 0 66 20 2 476 135 110
Binary 11111010 1110100 11010010 0 110110 10000 10 100111110 1011101 1001000

Color Harmonies of #FA74D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74D2

Black with #FA74D2

Text Example


Text Example

White with #FA74D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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