Html Css Color HEX #FF6ADA Neon Pink

📋 copy color: '#FF6ADA'

red 255 ◦ green 106 ◦ blue 218

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

Shades of Neon Pink #FF6ADA

Tints of Neon Pink #FF6ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 44.04%
G = 18.31%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF6ADA (or 0xFF6ADA) is known color: Neon Pink. HEX triplet: FF, 6A and DA. RGB value is (255,106,218). Sum of RGB (Red+Green+Blue) = 255+106+218=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 106 (41.80% from 255 or 18.31% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ADA is #009525. Grayscale: #A3A3A3. Windows color (decimal): -38182 or 14314239. OLE color: 14314239.

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

Color convert

RGB 255 106 218 -
CMYK 0 0.58 0.15 0
HSL 314.9º 1% 0.71% -
HSV(B) 314.9º 0.58% 1% -
XYZ 59.05 36.63 70.29 -
YUV 163.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 255 106 218 0 0.58 0.15 0 314.9 1 0.71
Hex FF 6A DA 0 3A F 0 13B 64 47
Octal 377 152 332 0 72 17 0 473 144 107
Binary 11111111 1101010 11011010 0 111010 1111 0 100111011 1100100 1000111

Color Harmonies of #FF6ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6ADA

Black with #FF6ADA

Text Example


Text Example

White with #FF6ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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