Html Css Color HEX #F670BE Neon Pink

📋 copy color: '#F670BE'

red 246 ◦ green 112 ◦ blue 190

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

Shades of Neon Pink #F670BE

Tints of Neon Pink #F670BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.67%

R = 44.89%
G = 20.44%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F670BE (or 0xF670BE) is known color: Neon Pink. HEX triplet: F6, 70 and BE. RGB value is (246,112,190). Sum of RGB (Red+Green+Blue) = 246+112+190=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F670BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F670BE is #098F41. Grayscale: #A0A0A0. Windows color (decimal): -626498 or 12480758. OLE color: 12480758.

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

Color convert

RGB 246 112 190 -
CMYK 0 0.54 0.23 0.04
HSL 325.07º 0.88% 0.7% -
HSV(B) 325.07º 0.54% 0.96% -
XYZ 53.09 34.9 52.65 -
YUV 160.96 144.39 188.66 -
System Red Green Blue C M Y K H S L
Decimal 246 112 190 0 0.54 0.23 0.04 325.07 0.88 0.7
Hex F6 70 BE 0 36 17 4 145 58 46
Octal 366 160 276 0 66 27 4 505 130 106
Binary 11110110 1110000 10111110 0 110110 10111 100 101000101 1011000 1000110

Color Harmonies of #F670BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F670BE

Black with #F670BE

Text Example


Text Example

White with #F670BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F670BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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