Html Css Color HEX #FA6BDA Neon Pink

📋 copy color: '#FA6BDA'

red 250 ◦ green 107 ◦ blue 218

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

Shades of Neon Pink #FA6BDA

Tints of Neon Pink #FA6BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.61%

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

R = 43.48%
G = 18.61%
B = 37.91%

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

#FA6BDA (or 0xFA6BDA) is known color: Neon Pink. HEX triplet: FA, 6B and DA. RGB value is (250,107,218). Sum of RGB (Red+Green+Blue) = 250+107+218=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 107 (42.19% from 255 or 18.61% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6BDA is #059425. Grayscale: #A2A2A2. Windows color (decimal): -365606 or 14314490. OLE color: 14314490.

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

Color convert

RGB 250 107 218 -
CMYK 0 0.57 0.13 0.02
HSL 313.43º 0.93% 0.7% -
HSV(B) 313.43º 0.57% 0.98% -
XYZ 57.34 35.9 70.24 -
YUV 162.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 250 107 218 0 0.57 0.13 0.02 313.43 0.93 0.7
Hex FA 6B DA 0 39 D 2 139 5D 46
Octal 372 153 332 0 71 15 2 471 135 106
Binary 11111010 1101011 11011010 0 111001 1101 10 100111001 1011101 1000110

Color Harmonies of #FA6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6BDA

Black with #FA6BDA

Text Example


Text Example

White with #FA6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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