Html Css Color HEX #F670CA Neon Pink

📋 copy color: '#F670CA'

red 246 ◦ green 112 ◦ blue 202

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

Shades of Neon Pink #F670CA

Tints of Neon Pink #F670CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 43.93%
G = 20%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F670CA (or 0xF670CA) is known color: Neon Pink. HEX triplet: F6, 70 and CA. RGB value is (246,112,202). Sum of RGB (Red+Green+Blue) = 246+112+202=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F670CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F670CA is #098F35. Grayscale: #A2A2A2. Windows color (decimal): -626486 or 13267190. OLE color: 13267190.

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

Color convert

RGB 246 112 202 -
CMYK 0 0.54 0.18 0.04
HSL 319.7º 0.88% 0.7% -
HSV(B) 319.7º 0.54% 0.96% -
XYZ 54.46 35.45 59.85 -
YUV 162.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 246 112 202 0 0.54 0.18 0.04 319.7 0.88 0.7
Hex F6 70 CA 0 36 12 4 140 58 46
Octal 366 160 312 0 66 22 4 500 130 106
Binary 11110110 1110000 11001010 0 110110 10010 100 101000000 1011000 1000110

Color Harmonies of #F670CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F670CA

Black with #F670CA

Text Example


Text Example

White with #F670CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F670CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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