Html Css Color HEX #F670CE Neon Pink

📋 copy color: '#F670CE'

red 246 ◦ green 112 ◦ blue 206

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

Shades of Neon Pink #F670CE

Tints of Neon Pink #F670CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 43.62%
G = 19.86%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F670CE (or 0xF670CE) is known color: Neon Pink. HEX triplet: F6, 70 and CE. RGB value is (246,112,206). Sum of RGB (Red+Green+Blue) = 246+112+206=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F670CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F670CE is #098F31. Grayscale: #A2A2A2. Windows color (decimal): -626482 or 13529334. OLE color: 13529334.

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

Color convert

RGB 246 112 206 -
CMYK 0 0.54 0.16 0.04
HSL 317.91º 0.88% 0.7% -
HSV(B) 317.91º 0.54% 0.96% -
XYZ 54.94 35.64 62.38 -
YUV 162.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 246 112 206 0 0.54 0.16 0.04 317.91 0.88 0.7
Hex F6 70 CE 0 36 10 4 13E 58 46
Octal 366 160 316 0 66 20 4 476 130 106
Binary 11110110 1110000 11001110 0 110110 10000 100 100111110 1011000 1000110

Color Harmonies of #F670CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F670CE

Black with #F670CE

Text Example


Text Example

White with #F670CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F670CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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