Html Css Color HEX #FA6FD4 Neon Pink

📋 copy color: '#FA6FD4'

red 250 ◦ green 111 ◦ blue 212

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

Shades of Neon Pink #FA6FD4

Tints of Neon Pink #FA6FD4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.37%

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

R = 43.63%
G = 19.37%
B = 37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA6FD4 (or 0xFA6FD4) is known color: Neon Pink. HEX triplet: FA, 6F and D4. RGB value is (250,111,212). Sum of RGB (Red+Green+Blue) = 250+111+212=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FD4 is #05902B. Grayscale: #A3A3A3. Windows color (decimal): -364588 or 13922298. OLE color: 13922298.

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

Color convert

RGB 250 111 212 -
CMYK 0 0.56 0.15 0.02
HSL 316.4º 0.93% 0.71% -
HSV(B) 316.4º 0.56% 0.98% -
XYZ 56.99 36.45 66.32 -
YUV 164.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 250 111 212 0 0.56 0.15 0.02 316.4 0.93 0.71
Hex FA 6F D4 0 38 F 2 13C 5D 47
Octal 372 157 324 0 70 17 2 474 135 107
Binary 11111010 1101111 11010100 0 111000 1111 10 100111100 1011101 1000111

Color Harmonies of #FA6FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FD4

Black with #FA6FD4

Text Example


Text Example

White with #FA6FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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