Html Css Color HEX #FA6BDB Neon Pink

📋 copy color: '#FA6BDB'

red 250 ◦ green 107 ◦ blue 219

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

Shades of Neon Pink #FA6BDB

Tints of Neon Pink #FA6BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 43.4%
G = 18.58%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA6BDB (or 0xFA6BDB) is known color: Neon Pink. HEX triplet: FA, 6B and DB. RGB value is (250,107,219). Sum of RGB (Red+Green+Blue) = 250+107+219=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6BDB is #059424. Grayscale: #A2A2A2. Windows color (decimal): -365605 or 14380026. OLE color: 14380026.

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

Color convert

RGB 250 107 219 -
CMYK 0 0.57 0.12 0.02
HSL 313.01º 0.93% 0.7% -
HSV(B) 313.01º 0.57% 0.98% -
XYZ 57.47 35.95 70.93 -
YUV 162.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 250 107 219 0 0.57 0.12 0.02 313.01 0.93 0.7
Hex FA 6B DB 0 39 C 2 139 5D 46
Octal 372 153 333 0 71 14 2 471 135 106
Binary 11111010 1101011 11011011 0 111001 1100 10 100111001 1011101 1000110

Color Harmonies of #FA6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6BDB

Black with #FA6BDB

Text Example


Text Example

White with #FA6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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