Html Css Color HEX #F668D7 Neon Pink

📋 copy color: '#F668D7'

red 246 ◦ green 104 ◦ blue 215

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

Shades of Neon Pink #F668D7

Tints of Neon Pink #F668D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.05%

R = 43.54%
G = 18.41%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F668D7 (or 0xF668D7) is known color: Neon Pink. HEX triplet: F6, 68 and D7. RGB value is (246,104,215). Sum of RGB (Red+Green+Blue) = 246+104+215=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F668D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F668D7 is #099728. Grayscale: #9E9E9E. Windows color (decimal): -628521 or 14117110. OLE color: 14117110.

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

Color convert

RGB 246 104 215 -
CMYK 0 0.58 0.13 0.04
HSL 313.1º 0.89% 0.69% -
HSV(B) 313.1º 0.58% 0.96% -
XYZ 55.22 34.4 68.02 -
YUV 159.11 159.54 189.97 -
System Red Green Blue C M Y K H S L
Decimal 246 104 215 0 0.58 0.13 0.04 313.1 0.89 0.69
Hex F6 68 D7 0 3A D 4 139 59 45
Octal 366 150 327 0 72 15 4 471 131 105
Binary 11110110 1101000 11010111 0 111010 1101 100 100111001 1011001 1000101

Color Harmonies of #F668D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F668D7

Black with #F668D7

Text Example


Text Example

White with #F668D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F668D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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