Html Css Color HEX #FA61D4 Neon Pink

📋 copy color: '#FA61D4'

red 250 ◦ green 97 ◦ blue 212

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

Shades of Neon Pink #FA61D4

Tints of Neon Pink #FA61D4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.35%

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

R = 44.72%
G = 17.35%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA61D4 (or 0xFA61D4) is known color: Neon Pink. HEX triplet: FA, 61 and D4. RGB value is (250,97,212). Sum of RGB (Red+Green+Blue) = 250+97+212=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 97 (38.28% from 255 or 17.35% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61D4 is #059E2B. Grayscale: #9B9B9B. Windows color (decimal): -368172 or 13918714. OLE color: 13918714.

HSL color Cylindrical-coordinate representation of color #FA61D4: hue angle of 314.9º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA61D4 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 97 212 -
CMYK 0 0.61 0.15 0.02
HSL 314.9º 0.94% 0.68% -
HSV(B) 314.9º 0.61% 0.98% -
XYZ 55.58 33.63 65.85 -
YUV 155.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 250 97 212 0 0.61 0.15 0.02 314.9 0.94 0.68
Hex FA 61 D4 0 3D F 2 13B 5E 44
Octal 372 141 324 0 75 17 2 473 136 104
Binary 11111010 1100001 11010100 0 111101 1111 10 100111011 1011110 1000100

Color Harmonies of #FA61D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA61D4

Black with #FA61D4

Text Example


Text Example

White with #FA61D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA61D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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