Html Css Color HEX #F668BF Neon Pink

📋 copy color: '#F668BF'

red 246 ◦ green 104 ◦ blue 191

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

Shades of Neon Pink #F668BF

Tints of Neon Pink #F668BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.22%

 BLUE value IS 191 (75% from 255) = 35.3%

R = 45.47%
G = 19.22%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F668BF (or 0xF668BF) is known color: Neon Pink. HEX triplet: F6, 68 and BF. RGB value is (246,104,191). Sum of RGB (Red+Green+Blue) = 246+104+191=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F668BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F668BF is #099740. Grayscale: #9C9C9C. Windows color (decimal): -628545 or 12544246. OLE color: 12544246.

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

Color convert

RGB 246 104 191 -
CMYK 0 0.58 0.22 0.04
HSL 323.24º 0.89% 0.69% -
HSV(B) 323.24º 0.58% 0.96% -
XYZ 52.36 33.26 52.95 -
YUV 156.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 246 104 191 0 0.58 0.22 0.04 323.24 0.89 0.69
Hex F6 68 BF 0 3A 16 4 143 59 45
Octal 366 150 277 0 72 26 4 503 131 105
Binary 11110110 1101000 10111111 0 111010 10110 100 101000011 1011001 1000101

Color Harmonies of #F668BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F668BF

Black with #F668BF

Text Example


Text Example

White with #F668BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F668BF; }

 p { color: rgb(246,104,191); }

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

background-color css

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

 a { background-color: rgb(246,104,191); }

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

border-color css

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

 span { border-color: rgb(246,104,191); }

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