Html Css Color HEX #F67DD2 Neon Pink

📋 copy color: '#F67DD2'

red 246 ◦ green 125 ◦ blue 210

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

Shades of Neon Pink #F67DD2

Tints of Neon Pink #F67DD2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.51%

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

R = 42.34%
G = 21.51%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F67DD2 (or 0xF67DD2) is known color: Neon Pink. HEX triplet: F6, 7D and D2. RGB value is (246,125,210). Sum of RGB (Red+Green+Blue) = 246+125+210=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DD2 is #09822D. Grayscale: #AAAAAA. Windows color (decimal): -623150 or 13794806. OLE color: 13794806.

HSL color Cylindrical-coordinate representation of color #F67DD2: hue angle of 317.85º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F67DD2 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 125 210 -
CMYK 0 0.49 0.15 0.04
HSL 317.85º 0.87% 0.73% -
HSV(B) 317.85º 0.49% 0.96% -
XYZ 56.97 38.91 65.48 -
YUV 170.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 246 125 210 0 0.49 0.15 0.04 317.85 0.87 0.73
Hex F6 7D D2 0 31 F 4 13E 57 49
Octal 366 175 322 0 61 17 4 476 127 111
Binary 11110110 1111101 11010010 0 110001 1111 100 100111110 1010111 1001001

Color Harmonies of #F67DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67DD2

Black with #F67DD2

Text Example


Text Example

White with #F67DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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