Html Css Color HEX #F66AD2 Neon Pink

📋 copy color: '#F66AD2'

red 246 ◦ green 106 ◦ blue 210

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

Shades of Neon Pink #F66AD2

Tints of Neon Pink #F66AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.37%

R = 43.77%
G = 18.86%
B = 37.37%

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

#F66AD2 (or 0xF66AD2) is known color: Neon Pink. HEX triplet: F6, 6A and D2. RGB value is (246,106,210). Sum of RGB (Red+Green+Blue) = 246+106+210=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F66AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66AD2 is #09952D. Grayscale: #9F9F9F. Windows color (decimal): -628014 or 13789942. OLE color: 13789942.

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

Color convert

RGB 246 106 210 -
CMYK 0 0.57 0.15 0.04
HSL 315.43º 0.89% 0.69% -
HSV(B) 315.43º 0.57% 0.96% -
XYZ 54.79 34.55 64.75 -
YUV 159.72 156.38 189.54 -
System Red Green Blue C M Y K H S L
Decimal 246 106 210 0 0.57 0.15 0.04 315.43 0.89 0.69
Hex F6 6A D2 0 39 F 4 13B 59 45
Octal 366 152 322 0 71 17 4 473 131 105
Binary 11110110 1101010 11010010 0 111001 1111 100 100111011 1011001 1000101

Color Harmonies of #F66AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66AD2

Black with #F66AD2

Text Example


Text Example

White with #F66AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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