Html Css Color HEX #F66AD0 Neon Pink

📋 copy color: '#F66AD0'

red 246 ◦ green 106 ◦ blue 208

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

Shades of Neon Pink #F66AD0

Tints of Neon Pink #F66AD0

RGB

 RED value IS 246 (96.48% from 255) = 43.93%

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

 BLUE value IS 208 (81.64% from 255) = 37.14%

R = 43.93%
G = 18.93%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F66AD0 (or 0xF66AD0) is known color: Neon Pink. HEX triplet: F6, 6A and D0. RGB value is (246,106,208). Sum of RGB (Red+Green+Blue) = 246+106+208=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 106 (41.80% from 255 or 18.93% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F66AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66AD0 is #09952F. Grayscale: #9F9F9F. Windows color (decimal): -628016 or 13658870. OLE color: 13658870.

HSL color Cylindrical-coordinate representation of color #F66AD0: hue angle of 316.29º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66AD0 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 106 208 -
CMYK 0 0.57 0.15 0.04
HSL 316.29º 0.89% 0.69% -
HSV(B) 316.29º 0.57% 0.96% -
XYZ 54.55 34.45 63.45 -
YUV 159.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 246 106 208 0 0.57 0.15 0.04 316.29 0.89 0.69
Hex F6 6A D0 0 39 F 4 13C 59 45
Octal 366 152 320 0 71 17 4 474 131 105
Binary 11110110 1101010 11010000 0 111001 1111 100 100111100 1011001 1000101

Color Harmonies of #F66AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66AD0

Black with #F66AD0

Text Example


Text Example

White with #F66AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66AD0; }

 p { color: rgb(246,106,208); }

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

background-color css

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

 a { background-color: rgb(246,106,208); }

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

border-color css

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

 span { border-color: rgb(246,106,208); }

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