Html Css Color HEX #F668D4 Neon Pink

📋 copy color: '#F668D4'

red 246 ◦ green 104 ◦ blue 212

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

Shades of Neon Pink #F668D4

Tints of Neon Pink #F668D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.72%

R = 43.77%
G = 18.51%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F668D4 (or 0xF668D4) is known color: Neon Pink. HEX triplet: F6, 68 and D4. RGB value is (246,104,212). Sum of RGB (Red+Green+Blue) = 246+104+212=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F668D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F668D4 is #09972B. Grayscale: #9E9E9E. Windows color (decimal): -628524 or 13920502. OLE color: 13920502.

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

Color convert

RGB 246 104 212 -
CMYK 0 0.58 0.14 0.04
HSL 314.37º 0.89% 0.69% -
HSV(B) 314.37º 0.58% 0.96% -
XYZ 54.84 34.25 66.01 -
YUV 158.77 158.04 190.22 -
System Red Green Blue C M Y K H S L
Decimal 246 104 212 0 0.58 0.14 0.04 314.37 0.89 0.69
Hex F6 68 D4 0 3A E 4 13A 59 45
Octal 366 150 324 0 72 16 4 472 131 105
Binary 11110110 1101000 11010100 0 111010 1110 100 100111010 1011001 1000101

Color Harmonies of #F668D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F668D4

Black with #F668D4

Text Example


Text Example

White with #F668D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F668D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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