Html Css Color HEX #F670D3 Neon Pink

📋 copy color: '#F670D3'

red 246 ◦ green 112 ◦ blue 211

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

Shades of Neon Pink #F670D3

Tints of Neon Pink #F670D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.08%

R = 43.23%
G = 19.68%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F670D3 (or 0xF670D3) is known color: Neon Pink. HEX triplet: F6, 70 and D3. RGB value is (246,112,211). Sum of RGB (Red+Green+Blue) = 246+112+211=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F670D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F670D3 is #098F2C. Grayscale: #A3A3A3. Windows color (decimal): -626477 or 13857014. OLE color: 13857014.

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

Color convert

RGB 246 112 211 -
CMYK 0 0.54 0.14 0.04
HSL 315.67º 0.88% 0.7% -
HSV(B) 315.67º 0.54% 0.96% -
XYZ 55.56 35.88 65.63 -
YUV 163.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 246 112 211 0 0.54 0.14 0.04 315.67 0.88 0.7
Hex F6 70 D3 0 36 E 4 13C 58 46
Octal 366 160 323 0 66 16 4 474 130 106
Binary 11110110 1110000 11010011 0 110110 1110 100 100111100 1011000 1000110

Color Harmonies of #F670D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F670D3

Black with #F670D3

Text Example


Text Example

White with #F670D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F670D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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