Html Css Color HEX #FF6ADB Neon Pink

📋 copy color: '#FF6ADB'

red 255 ◦ green 106 ◦ blue 219

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

Shades of Neon Pink #FF6ADB

Tints of Neon Pink #FF6ADB

RGB

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

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

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

R = 43.97%
G = 18.28%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF6ADB (or 0xFF6ADB) is known color: Neon Pink. HEX triplet: FF, 6A and DB. RGB value is (255,106,219). Sum of RGB (Red+Green+Blue) = 255+106+219=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 106 (41.80% from 255 or 18.28% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ADB is #009524. Grayscale: #A3A3A3. Windows color (decimal): -38181 or 14379775. OLE color: 14379775.

HSL color Cylindrical-coordinate representation of color #FF6ADB: hue angle of 314.5º 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 #FF6ADB is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 106 219 -
CMYK 0 0.58 0.14 0
HSL 314.5º 1% 0.71% -
HSV(B) 314.5º 0.58% 1% -
XYZ 59.18 36.68 70.98 -
YUV 163.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 255 106 219 0 0.58 0.14 0 314.5 1 0.71
Hex FF 6A DB 0 3A E 0 13A 64 47
Octal 377 152 333 0 72 16 0 472 144 107
Binary 11111111 1101010 11011011 0 111010 1110 0 100111010 1100100 1000111

Color Harmonies of #FF6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6ADB

Black with #FF6ADB

Text Example


Text Example

White with #FF6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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