Html Css Color HEX #FA6CCA Neon Pink

📋 copy color: '#FA6CCA'

red 250 ◦ green 108 ◦ blue 202

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

Shades of Neon Pink #FA6CCA

Tints of Neon Pink #FA6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.29%

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 44.64%
G = 19.29%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA6CCA (or 0xFA6CCA) is known color: Neon Pink. HEX triplet: FA, 6C and CA. RGB value is (250,108,202). Sum of RGB (Red+Green+Blue) = 250+108+202=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 108 (42.58% from 255 or 19.29% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CCA is #059335. Grayscale: #A0A0A0. Windows color (decimal): -365366 or 13266170. OLE color: 13266170.

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

Color convert

RGB 250 108 202 -
CMYK 0 0.57 0.19 0.02
HSL 320.28º 0.93% 0.7% -
HSV(B) 320.28º 0.57% 0.98% -
XYZ 55.45 35.31 59.77 -
YUV 161.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 250 108 202 0 0.57 0.19 0.02 320.28 0.93 0.7
Hex FA 6C CA 0 39 13 2 140 5D 46
Octal 372 154 312 0 71 23 2 500 135 106
Binary 11111010 1101100 11001010 0 111001 10011 10 101000000 1011101 1000110

Color Harmonies of #FA6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6CCA

Black with #FA6CCA

Text Example


Text Example

White with #FA6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6CCA; }

 p { color: rgb(250,108,202); }

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

background-color css

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

 a { background-color: rgb(250,108,202); }

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

border-color css

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

 span { border-color: rgb(250,108,202); }

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