Html Css Color HEX #FA74CF Neon Pink

📋 copy color: '#FA74CF'

red 250 ◦ green 116 ◦ blue 207

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

Shades of Neon Pink #FA74CF

Tints of Neon Pink #FA74CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 43.63%
G = 20.24%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA74CF (or 0xFA74CF) is known color: Neon Pink. HEX triplet: FA, 74 and CF. RGB value is (250,116,207). Sum of RGB (Red+Green+Blue) = 250+116+207=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74CF is #058B30. Grayscale: #A6A6A6. Windows color (decimal): -363313 or 13595898. OLE color: 13595898.

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

Color convert

RGB 250 116 207 -
CMYK 0 0.54 0.17 0.02
HSL 319.25º 0.93% 0.72% -
HSV(B) 319.25º 0.54% 0.98% -
XYZ 56.93 37.32 63.23 -
YUV 166.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 250 116 207 0 0.54 0.17 0.02 319.25 0.93 0.72
Hex FA 74 CF 0 36 11 2 13F 5D 48
Octal 372 164 317 0 66 21 2 477 135 110
Binary 11111010 1110100 11001111 0 110110 10001 10 100111111 1011101 1001000

Color Harmonies of #FA74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74CF

Black with #FA74CF

Text Example


Text Example

White with #FA74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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