Html Css Color HEX #FA6CDA Neon Pink

📋 copy color: '#FA6CDA'

red 250 ◦ green 108 ◦ blue 218

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

Shades of Neon Pink #FA6CDA

Tints of Neon Pink #FA6CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 43.4%
G = 18.75%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA6CDA (or 0xFA6CDA) is known color: Neon Pink. HEX triplet: FA, 6C and DA. RGB value is (250,108,218). Sum of RGB (Red+Green+Blue) = 250+108+218=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 108 (42.58% from 255 or 18.75% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CDA is #059325. Grayscale: #A2A2A2. Windows color (decimal): -365350 or 14314746. OLE color: 14314746.

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

Color convert

RGB 250 108 218 -
CMYK 0 0.57 0.13 0.02
HSL 313.52º 0.93% 0.7% -
HSV(B) 313.52º 0.57% 0.98% -
XYZ 57.44 36.11 70.27 -
YUV 163 159.04 190.06 -
System Red Green Blue C M Y K H S L
Decimal 250 108 218 0 0.57 0.13 0.02 313.52 0.93 0.7
Hex FA 6C DA 0 39 D 2 13A 5D 46
Octal 372 154 332 0 71 15 2 472 135 106
Binary 11111010 1101100 11011010 0 111001 1101 10 100111010 1011101 1000110

Color Harmonies of #FA6CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6CDA

Black with #FA6CDA

Text Example


Text Example

White with #FA6CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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