Html Css Color HEX #FA5FD0 Neon Pink

📋 copy color: '#FA5FD0'

red 250 ◦ green 95 ◦ blue 208

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

Shades of Neon Pink #FA5FD0

Tints of Neon Pink #FA5FD0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.18%

 BLUE value IS 208 (81.64% from 255) = 37.61%

R = 45.21%
G = 17.18%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA5FD0 (or 0xFA5FD0) is known color: Neon Pink. HEX triplet: FA, 5F and D0. RGB value is (250,95,208). Sum of RGB (Red+Green+Blue) = 250+95+208=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 95 (37.5% from 255 or 17.18% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FD0 is #05A02F. Grayscale: #999999. Windows color (decimal): -368688 or 13656058. OLE color: 13656058.

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

Color convert

RGB 250 95 208 -
CMYK 0 0.62 0.17 0.02
HSL 316.26º 0.94% 0.68% -
HSV(B) 316.26º 0.62% 0.98% -
XYZ 54.9 33.06 63.16 -
YUV 154.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 250 95 208 0 0.62 0.17 0.02 316.26 0.94 0.68
Hex FA 5F D0 0 3E 11 2 13C 5E 44
Octal 372 137 320 0 76 21 2 474 136 104
Binary 11111010 1011111 11010000 0 111110 10001 10 100111100 1011110 1000100

Color Harmonies of #FA5FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5FD0

Black with #FA5FD0

Text Example


Text Example

White with #FA5FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5FD0; }

 p { color: rgb(250,95,208); }

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

background-color css

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

 a { background-color: rgb(250,95,208); }

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

border-color css

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

 span { border-color: rgb(250,95,208); }

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