Html Css Color HEX #FA6DDB Neon Pink

📋 copy color: '#FA6DDB'

red 250 ◦ green 109 ◦ blue 219

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

Shades of Neon Pink #FA6DDB

Tints of Neon Pink #FA6DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.86%

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

R = 43.25%
G = 18.86%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA6DDB (or 0xFA6DDB) is known color: Neon Pink. HEX triplet: FA, 6D and DB. RGB value is (250,109,219). Sum of RGB (Red+Green+Blue) = 250+109+219=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 109 (42.97% from 255 or 18.86% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DDB is #059224. Grayscale: #A3A3A3. Windows color (decimal): -365093 or 14380538. OLE color: 14380538.

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

Color convert

RGB 250 109 219 -
CMYK 0 0.56 0.12 0.02
HSL 313.19º 0.93% 0.7% -
HSV(B) 313.19º 0.56% 0.98% -
XYZ 57.68 36.38 71 -
YUV 163.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 250 109 219 0 0.56 0.12 0.02 313.19 0.93 0.7
Hex FA 6D DB 0 38 C 2 139 5D 46
Octal 372 155 333 0 70 14 2 471 135 106
Binary 11111010 1101101 11011011 0 111000 1100 10 100111001 1011101 1000110

Color Harmonies of #FA6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DDB

Black with #FA6DDB

Text Example


Text Example

White with #FA6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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