Html Css Color HEX #F66BDA Neon Pink

📋 copy color: '#F66BDA'

red 246 ◦ green 107 ◦ blue 218

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

Shades of Neon Pink #F66BDA

Tints of Neon Pink #F66BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.74%

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

R = 43.08%
G = 18.74%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F66BDA (or 0xF66BDA) is known color: Neon Pink. HEX triplet: F6, 6B and DA. RGB value is (246,107,218). Sum of RGB (Red+Green+Blue) = 246+107+218=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 107 (42.19% from 255 or 18.74% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F66BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66BDA is #099425. Grayscale: #A0A0A0. Windows color (decimal): -627750 or 14314486. OLE color: 14314486.

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

Color convert

RGB 246 107 218 -
CMYK 0 0.57 0.11 0.04
HSL 312.09º 0.89% 0.69% -
HSV(B) 312.09º 0.57% 0.96% -
XYZ 55.92 35.17 70.17 -
YUV 161.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 246 107 218 0 0.57 0.11 0.04 312.09 0.89 0.69
Hex F6 6B DA 0 39 B 4 138 59 45
Octal 366 153 332 0 71 13 4 470 131 105
Binary 11110110 1101011 11011010 0 111001 1011 100 100111000 1011001 1000101

Color Harmonies of #F66BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66BDA

Black with #F66BDA

Text Example


Text Example

White with #F66BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66BDA; }

 p { color: rgb(246,107,218); }

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

background-color css

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

 a { background-color: rgb(246,107,218); }

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

border-color css

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

 span { border-color: rgb(246,107,218); }

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