Html Css Color HEX #FA78CC Neon Pink

📋 copy color: '#FA78CC'

red 250 ◦ green 120 ◦ blue 204

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

Shades of Neon Pink #FA78CC

Tints of Neon Pink #FA78CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.91%

 BLUE value IS 204 (80.08% from 255) = 35.54%

R = 43.55%
G = 20.91%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA78CC (or 0xFA78CC) is known color: Neon Pink. HEX triplet: FA, 78 and CC. RGB value is (250,120,204). Sum of RGB (Red+Green+Blue) = 250+120+204=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA78CC is #058733. Grayscale: #A8A8A8. Windows color (decimal): -362292 or 13400314. OLE color: 13400314.

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

Color convert

RGB 250 120 204 -
CMYK 0 0.52 0.18 0.02
HSL 321.23º 0.93% 0.73% -
HSV(B) 321.23º 0.52% 0.98% -
XYZ 57.04 38.12 61.48 -
YUV 168.45 148.07 186.17 -
System Red Green Blue C M Y K H S L
Decimal 250 120 204 0 0.52 0.18 0.02 321.23 0.93 0.73
Hex FA 78 CC 0 34 12 2 141 5D 49
Octal 372 170 314 0 64 22 2 501 135 111
Binary 11111010 1111000 11001100 0 110100 10010 10 101000001 1011101 1001001

Color Harmonies of #FA78CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA78CC

Black with #FA78CC

Text Example


Text Example

White with #FA78CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA78CC; }

 p { color: rgb(250,120,204); }

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

background-color css

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

 a { background-color: rgb(250,120,204); }

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

border-color css

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

 span { border-color: rgb(250,120,204); }

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