Html Css Color HEX #FF6ABF Neon Pink

📋 copy color: '#FF6ABF'

red 255 ◦ green 106 ◦ blue 191

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

Shades of Neon Pink #FF6ABF

Tints of Neon Pink #FF6ABF

RGB

 RED value IS 255 (100% from 255) = 46.2%

 GREEN value IS 106 (41.8% from 255) = 19.2%

 BLUE value IS 191 (75% from 255) = 34.6%

R = 46.2%
G = 19.2%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF6ABF (or 0xFF6ABF) is known color: Neon Pink. HEX triplet: FF, 6A and BF. RGB value is (255,106,191). Sum of RGB (Red+Green+Blue) = 255+106+191=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ABF is #009540. Grayscale: #A0A0A0. Windows color (decimal): -38209 or 12544767. OLE color: 12544767.

HSL color Cylindrical-coordinate representation of color #FF6ABF: hue angle of 325.77º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6ABF is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 106 191 -
CMYK 0 0.58 0.25 0
HSL 325.77º 1% 0.71% -
HSV(B) 325.77º 0.58% 1% -
XYZ 55.8 35.33 53.17 -
YUV 160.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 255 106 191 0 0.58 0.25 0 325.77 1 0.71
Hex FF 6A BF 0 3A 19 0 146 64 47
Octal 377 152 277 0 72 31 0 506 144 107
Binary 11111111 1101010 10111111 0 111010 11001 0 101000110 1100100 1000111

Color Harmonies of #FF6ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6ABF

Black with #FF6ABF

Text Example


Text Example

White with #FF6ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6ABF; }

 p { color: rgb(255,106,191); }

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

background-color css

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

 a { background-color: rgb(255,106,191); }

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

border-color css

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

 span { border-color: rgb(255,106,191); }

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