Html Css Color HEX #F670C2 Neon Pink

📋 copy color: '#F670C2'

red 246 ◦ green 112 ◦ blue 194

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

Shades of Neon Pink #F670C2

Tints of Neon Pink #F670C2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.29%

 BLUE value IS 194 (76.17% from 255) = 35.14%

R = 44.57%
G = 20.29%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F670C2 (or 0xF670C2) is known color: Neon Pink. HEX triplet: F6, 70 and C2. RGB value is (246,112,194). Sum of RGB (Red+Green+Blue) = 246+112+194=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F670C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F670C2 is #098F3D. Grayscale: #A1A1A1. Windows color (decimal): -626494 or 12742902. OLE color: 12742902.

HSL color Cylindrical-coordinate representation of color #F670C2: hue angle of 323.28º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F670C2 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 112 194 -
CMYK 0 0.54 0.21 0.04
HSL 323.28º 0.88% 0.7% -
HSV(B) 323.28º 0.54% 0.96% -
XYZ 53.54 35.08 54.99 -
YUV 161.41 146.39 188.33 -
System Red Green Blue C M Y K H S L
Decimal 246 112 194 0 0.54 0.21 0.04 323.28 0.88 0.7
Hex F6 70 C2 0 36 15 4 143 58 46
Octal 366 160 302 0 66 25 4 503 130 106
Binary 11110110 1110000 11000010 0 110110 10101 100 101000011 1011000 1000110

Color Harmonies of #F670C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F670C2

Black with #F670C2

Text Example


Text Example

White with #F670C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F670C2; }

 p { color: rgb(246,112,194); }

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

background-color css

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

 a { background-color: rgb(246,112,194); }

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

border-color css

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

 span { border-color: rgb(246,112,194); }

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