Html Css Color HEX #FA6DBE Neon Pink

📋 copy color: '#FA6DBE'

red 250 ◦ green 109 ◦ blue 190

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

Shades of Neon Pink #FA6DBE

Tints of Neon Pink #FA6DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.61%

R = 45.54%
G = 19.85%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA6DBE (or 0xFA6DBE) is known color: Neon Pink. HEX triplet: FA, 6D and BE. RGB value is (250,109,190). Sum of RGB (Red+Green+Blue) = 250+109+190=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DBE is #059241. Grayscale: #A0A0A0. Windows color (decimal): -365122 or 12479994. OLE color: 12479994.

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

Color convert

RGB 250 109 190 -
CMYK 0 0.56 0.24 0.02
HSL 325.53º 0.93% 0.7% -
HSV(B) 325.53º 0.56% 0.98% -
XYZ 54.19 34.98 52.61 -
YUV 160.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 250 109 190 0 0.56 0.24 0.02 325.53 0.93 0.7
Hex FA 6D BE 0 38 18 2 146 5D 46
Octal 372 155 276 0 70 30 2 506 135 106
Binary 11111010 1101101 10111110 0 111000 11000 10 101000110 1011101 1000110

Color Harmonies of #FA6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DBE

Black with #FA6DBE

Text Example


Text Example

White with #FA6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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